Skip to content

HTTP Proxy automatically authenticating connection with a given Client Certificate.

License

Notifications You must be signed in to change notification settings

6E006B/ClientCertHTTPProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

$ ./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.

About

HTTP Proxy automatically authenticating connection with a given Client Certificate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages