OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
python3
/
dist-packages
/
ndg
/
httpsclient
/
test
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/12/2020 04:36:18 PM
rwxr-xr-x
📄
README
643 bytes
09/01/2017 10:56:40 AM
rw-r--r--
📄
__init__.py
1.05 KB
09/01/2017 10:56:40 AM
rw-r--r--
📁
__pycache__
-
07/12/2020 04:36:18 PM
rwxr-xr-x
📁
pki
-
07/12/2020 04:36:14 PM
rwxr-xr-x
📁
scripts
-
07/12/2020 04:36:14 PM
rwxr-xr-x
📄
test_https.py
4.38 KB
09/01/2017 10:56:40 AM
rw-r--r--
📄
test_urllib2.py
1.77 KB
09/01/2017 10:56:40 AM
rw-r--r--
📄
test_utils.py
2.05 KB
09/01/2017 10:56:40 AM
rw-r--r--
Editing: README
Close
NDG HTTPS Client Unit tests directory ===================================== The unit tests expect to connect to a simple HTTPS server listening on port 4443. An OpenSSL script is provided for this purpose in scripts/. To run, $ ./scripts/openssl_https_server.sh Unit tests ---------- Run for example, $ python ./test_urllib2.py Troubleshooting --------------- * Run the openssl script from *this* directory. * Also ensure it is has execute bits set. e.g. $ chmod 755 ./scripts/openssl_https_server.sh * You may need to set the no_proxy environment variable if you have a HTTPS proxy in place: $ export no_proxy=localhost