On 11/26/12 3:21 AM, Geert Lugtenberg wrote:
That worked. A follow-up question to this is: Is it possible to remap an https request to the origin server also using https, without the use of a certificate on traffic server? Content would pass encrypted through TS to the client.
Not in "reverse proxy", no. This only works if you explicitly have the client setup a forward proxy server, and then the browser will use CONNECT as the method for HTTPS, and ATS will tunnel those requests. This is what others suggested.
It sounds like what you want is a simple packet forwarding service, because you would never be able to do anything intelligent on the request on the "proxy" layer (since you can't see it without doing SSL termination in ATS).
-- Leif
