Originally Posted By: andym
Does anyone know wether I could use a proxy like squid to take an http request and run it over https?

It's technically feasible, yes. I don't know that you can do it with squid (you might), but the SSL encapsulates plain-jane HTTP and the encryption layer is handled completely separately, so you should be able to create some sort of trivial proxy with stunnel or similar and a two-way pipe.


Edited by wfaulk (19/11/2008 19:56)
Edit Reason: clarified what was handled separately
_________________________
Bitt Faulk