forked from cedadev/ndg_httpsclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (17 loc) · 643 Bytes
/
README
File metadata and controls
26 lines (17 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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