Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
Network Troublshooting => Linux Servers Support => Topic started by: Saif on August 27, 2004, 07:43:23 PM
-
Dear All,
Good Day. I have configured Squid Proxy server in RedHat 9.0. But if I use the proxy server address in my browser settings I can not browse secure http sites.
I have not changed the default acl of SSL_ports and Safe_ports.
I am using port 8080 as http port.
Please advice what to do?
With thanks
Saif
-
In your browser put 8080 for https also !
-
Ricky
Thanks for ur reply. I use Internet Explorer 6.0 as my browser. In the proxy settings the option available are
http
secure
ftp
gopher
socks
I have used the same address and port 8080 for all of those. I do not know where I will mention about https
Thanks
Saif
-
It is the secure one !
Umm.. I think some problem in configuration otherwise,
Well can you post your squid.conf over here ?
-
Dear Ricky,
I made follwing changes in /etc/squid/squid.conf file
http_port 8080
cache_peer proxy.mydomain.com parent 8080 3130
cache_mem 64 MB
acl my_LAN src 192.168.10.0/24
http_access allow my_LAN
This is all. If u need the whole squid.conf file then please advice me how to send that to you.
Best regards
Saif
-
Dear Ricky,
Still I could not solve the proxy proble. I cannot browse the https sites. I have configured the squid proxy again just according to your squid tutorial but still the same problem is taking place.
I will be delighted if you kindly look into this problem
With thanks
Saif
-
PLEASE CHECK YOUR SUBNETMASK IN YOUR ACL
that is acl my_lan src 192.168.10.0/255.255.255.0
then in your browser that is the internet explore
http proxy 192.168.11.253 port 8080
ssl proxy 192.168.11.253 port 8080
ftp proxy 192.168.11.253 port 8080
gopher proxy
socks host 192.168.11.253 port 8080 do not put anything in your gopher replace my 192.168.11.253 with the ip address of your squid lan card i know you have two network cards one for the internet one for the locall area network
thanks
ozioma Nigeria