5
2
So the issue is that I have quite a few homebrew scripts/web testing programs that only work with HTTP. The problem is that the website only allows HTTPS connections.
Does anyone know of a way to have like a proxy or something maintain the SSL connection while forwarding the HTTP traffic?
I suppose in essence i kind of need a SSL tunnel?
any ideas?
If a webpage works on HTTP correctly, it should work just fine with HTTPS as well - HTTPS is just HTTP with an SSL encryption layer. What kind of errors do you get when trying to use the web apps under HTTPS? – Kerri Shotts – 2011-06-24T04:30:11.730
All HTTP is essentially HTTP in an SSL "tunnel." I agree with the earlier comment--you need to clarify what exactly you want to do, and what problems you're having. – Flimzy – 2011-06-24T05:00:10.613
Not sure the above commenters understand what is being asked. He has programs running on his local machine. These scripts were built without support for HTTPS. HTTPS is indeed "just" HTTP with an SSL layer, but that is a big difference in practice and requires that his programs either be written to handle all SSL handshake and session management, OR to do something like what he is asking for. – queso – 2011-06-24T06:55:31.387