-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (11 loc) · 661 Bytes
/
README
File metadata and controls
15 lines (11 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$ ./clientCertHTTPProxy.py -h
usage: clientCertHTTPProxy.py [-h] -c CERT -k KEY [-p PORT]
HTTP proxy that uses a given client certificate to authenticate all proxied
requests with the server. Notice, that all requests have to be http, even if
the target is https. All requests will be rewritten to https.
optional arguments:
-h, --help show this help message and exit
-c CERT, --cert CERT The certificate to use in pem format.
-k KEY, --key KEY The private key to use in pem format.
-p PORT, --port PORT The port the HTTP proxy listens on (default: 8080).
Please file any bugs you find, so I can fix them for you and everyone else.