File: README

package info (click to toggle)
ndg-httpsclient 0.5.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: python: 1,083; makefile: 29; sh: 1
file content (26 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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