Sniffing TLS/SSL protected connections with HTTPSReverseProxy
posted in Tools & sources on Aug 18th, 2012
What is HTTPSReverseProxy HTTPSReverseProxy is a HTTPS reverse proxy server written in C#. When it is started it listens on the regular HTTPS port (443), waits for incoming requests and forwards these to the server that is defined in the HTTP request headers Host directive. But instead of just forwarding requests it is also possible [...]