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

[897 byte] By [alex_sara] at [2007-11-27 2:38:01]
# 1
You dont need these inside connect objectObjectType fn="block-ip"ObjectType fn="cache-disable"Also, proxy-retrieve does not support connect, soService fn="proxy-retrieve" should be changed to Service fn="connect" method="CONNECT"
rahul.naira at 2007-7-12 2:58:47 > top of Java-index,Web & Directory Servers,Web Servers...