This is a discussion on Squid and Secure sites within the Linux Networking forums, part of the Linux Forums category; I am unable to access the secure sites with my squid configured server. Whenever i try to access such sites, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am unable to access the secure sites with my squid configured server.
Whenever i try to access such sites, for example https://infinity.icicibank.co.in/Login.jsp or paypal site , , it gives an error saying " (110) Connection timed out.The remote host or network may be down. Please try the request again. The problem is with URL beginning with HTTPS or having port 443, means secure sites. Otherwise it is working fine. Please suggest what configuration is required to access such sites. I searched a lot in google groups and tried various ACL combinations , but it didnot work. I enabled port 443 (SSL_port) , CONNECT method , but no result. I am using Fedora Core ver 4-based Linux distro with Squid version squid-2.5.STABLE13-1.FC4. |
|
|||
|
Is your internet traffic routed properly? Perhaps using nat. Are you
using squid transparently? If this is the case you should enable ip forwarding. dbmaster1443@rediffmail.com wrote: > I am unable to access the secure sites with my squid configured server. > > Whenever i try to access such sites, for example > https://infinity.icicibank.co.in/Login.jsp or > paypal site , , it gives an error saying " (110) Connection timed > out.The remote host or network may be down. Please try the request > again. > > The problem is with URL beginning with HTTPS or having port 443, means > secure sites. Otherwise it is working fine. > Please suggest what configuration is required to access such sites. > I searched a lot in google groups and tried various ACL combinations , > but it didnot work. I enabled port 443 (SSL_port) , CONNECT method , > but no result. > > I am using Fedora Core ver 4-based Linux distro with Squid version > squid-2.5.STABLE13-1.FC4. |