On 10/15/2011 04:50 AM, Henry C. wrote:
Hi,

I've got ts work as a reverse proxy for normal HTTP using the following config:

/usr/local/etc/trafficserver/records.config:
CONFIG proxy.config.http.server_port INT 80

/usr/local/etc/trafficserver/remap.config:
map             http://test.com/             http://direct.test.com/
reverse_map     http://direct.test.com/      http://test.com/

This seems to work well and I look forward to doing some benchmarks, etc.

However, I'm unclear on how to get ts to reverse proxy for HTTPS on port 443.

I've tried

/usr/local/etc/trafficserver/records.config:
CONFIG proxy.config.ssl.server_port  INT 443

...but that doesn't do anything.


Did you provide a server certificate? There ought to be errors in the logs if you didn't...

-- Leif

Reply via email to