SSL through Web Proxy config
Currently running 3.6 of proxy. Proxy is chained and we are restricting the URLs allowed(outbound). HTTP is working fine.
I want to add the ability to browse a single ssl site on port 443, but I have opened it for all websites in the OBJ.conf for testing using.
Obj.conf
<Object ppath="connect://.*:443">
ObjectType fn="block-ip"
ObjectType fn="cache-disable"
Service fn="proxy-retrieve"
Route fn="set-proxy-server" hostname="10.10.10.20" port="2700"
</Object>
The error message I recieve at my browser is.
Browser error method
Method Not Supported
Method not supported by the request protocol. Non-HTTP protocols do not support all the methods available in HTTP.
Proxy server at server1.xx.yy on port 2800
Any ideas, I assume my syntax is off as this should be straight forward.
Thanks

