May 09, 2024, 08:29:14 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Squid Proxy Problem  (Read 4474 times)

Offline Saif

  • Linux Noob !
  • *
  • Posts: 10
Squid Proxy Problem
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Squid Proxy Problem
« Reply #1 on: August 28, 2004, 07:24:33 AM »
In your browser put 8080 for https also !

Offline Saif

  • Linux Noob !
  • *
  • Posts: 10
Squid Proxy Problem
« Reply #2 on: August 29, 2004, 03:34:18 PM »
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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Squid Proxy Problem
« Reply #3 on: August 29, 2004, 04:54:33 PM »
It is the secure one !

Umm.. I think some problem in configuration otherwise,

Well can you post your squid.conf over here ?

Offline Saif

  • Linux Noob !
  • *
  • Posts: 10
Squid Proxy Problem
« Reply #4 on: August 30, 2004, 05:52:56 PM »
Dear Ricky,

I made follwing changes in /etc/squid/squid.conf file


Code: [Select]
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

Offline Saif

  • Linux Noob !
  • *
  • Posts: 10
Squid Proxy Problem
« Reply #5 on: September 05, 2004, 02:09:42 PM »
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

Offline ozioma

  • Tux Awared
  • **
  • Posts: 35
help for saif
« Reply #6 on: September 06, 2004, 07:56:15 AM »
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