Brian Lu wrote: > Hi All > I meet a problem:when I use https to access the web pages,my IE always > show me: > 1.If setuped cache_peer: > 錯誤 > 欲連結之網址(URL)無法正確的傳回 > > 當嘗試傳回下面的網址(URL)時: > https://www.chb.com.tw/wcm/web/home/index.html > 發生了下列的錯誤: > Unsupported Request Method and Protocol > 尚未支援的要求方式或通訊協定 > Squid does not support all request methods for all access protocols. For > example, you can not POST a Gopher request. > 因為 Squid (網路快取程式)並未支援所有的連結要求方式在各式通訊協定上。 > 比如說,你不能要求一個 GOPHER 的 POST 連結要求。 > > Generated Mon, 21 Apr 2008 05:22:30 GMT by proxy.seed.net.tw > (squid/2.5.STABLE11) > > 2.If no cache_peer: > ERROR > The requested URL could not be retrieved > > While trying to retrieve the URL: > https://www.chb.com.tw/wcm/web/home/index.html > The following error was encountered: > Connection to 210.65.204.245 Failed > The system returned: > (71) Protocol error > The remote host or network may be down. Please try the request again. > Your cache administrator is . > > Generated Mon, 21 Apr 2008 05:18:30 GMT by 192.168.1.254 > (squid/3.0.STABLE2) > > My squid version: > [root@192 ]# squid -v > Squid Cache: Version 3.0.STABLE2 > configure options: '--enable-ssl' '--enable-linux-netfilter' > '--enable-referer-log' > > My squid.conf: <snip> > http_port 3128 transparent > https_port 3129 cert=/usr/local/squid/etc/cert.pem > key=/usr/local/squid/etc/key.pem transparent <snip> HTTPS cannot be intercepted transparently in 3.0 or any 2.x You need to have 3.1 with sslBump enabled for thatt. > > Does anyone know how to make https work? thank you very much~ > > Best regards, > Brian Lu (sorry if my txt is garbled, thunderbird seems not to like unicode editing) Amos -- Please use Squid 2.6.STABLE19 or 3.0.STABLE4