SSL Proxy: Forwarding without the encryption
- by John
I have a python application listening on port 9001 for HTTP traffic.
I'm trying to configure Apache (or anything, really) to listen on port 443 for HTTPS connections, and then forward the connection, sans encryption, to port 9001 on the same machine. My application would then reply via the proxy, where the encryption would be reapplied, and…