I have a program on CentOS 6 that connects to a server online. I believe the server has been upgraded to require SSL, but my program version does not support that and I cannot easily build a newer version.
It seems to me that I could run a proxy on localhost, send HTTP requests to that, and have that send HTTP/TLS requests to the actual server.
Is it possible to use SSLProxyEngine in Apache ?