On Sunday 10 March 2002 13:22 pm, H.S.Rai wrote:
> I am unable to access pages which use https. Errors, which I
> got from various browsers are listed below.

Are you going through a proxy server? Then the proxy must allow
the HTTP/1.1 CONNECT method. For squid, you need to add to squid.conf:

acl connect_method method CONNECT
acl connect_ports port 443
http_access allow connect_method connect_ports

If you are not going through a proxy, then try to telnet to the https
servername, port 443 and see what is happening. Most likely that port
is firewalled out.

Binand

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to