Hello

We were trying to set up a forward proxy. I have my remap entry as below.


>>

regex_map http://(.{3,1023})/ http://$1/
@plugin=ts_httpallow_remap_plugin.so
@pparam=/etc/trafficserver/etc/httpallowlist.txt @pparam=forwardproxy

<<


Httpallow_remap_plugin is used for filtering the origin server.

If I access an external http site using this server a proxy, every thing
works.


>>

regex_map https://(.{3,1023})/ https://$1/
@plugin=ts_httpallow_remap_plugin.so
@pparam=/etc/trafficserver/etc/httpallowlist.txt @pparam=forwardproxy

<<


When I access an https site using this server as my proxy server, it
doesn’t work. Also the control doesn’t reach httpallow_*remap*_plugin also.
It always shows access denied.


What could be the problem ?


Thanks in advance

~S

Reply via email to