Re: [squid-users] Problem with squid proxy authentication configuration

2020-06-11 Thread Amos Jeffries
On 12/06/20 12:29 am, Amiq Nahas wrote: > On Wed, Jun 10, 2020 at 8:07 PM Amos Jeffries wrote: >> >> On 10/06/20 9:26 pm, Amiq Nahas wrote: >>> Hi Guys, >>> >>> I am trying to configure squid so as to have user proxy >>> authentication, below is how my squid.conf file looks like: >>> >>> - >>>

Re: [squid-users] Problem with squid proxy authentication configuration

2020-06-11 Thread Amiq Nahas
On Wed, Jun 10, 2020 at 6:48 PM Alex Rousskov wrote: > > On 6/10/20 5:26 AM, Amiq Nahas wrote: > > > http_port 3128 > > > > I have configured 127.0.0.1:3128 as manual proxy in firefox. > > > > But when I try to connect to internet it displays "The proxy server is > > refusing connections" > > Does

Re: [squid-users] Problem with squid proxy authentication configuration

2020-06-11 Thread Amiq Nahas
On Wed, Jun 10, 2020 at 8:07 PM Amos Jeffries wrote: > > On 10/06/20 9:26 pm, Amiq Nahas wrote: > > Hi Guys, > > > > I am trying to configure squid so as to have user proxy > > authentication, below is how my squid.conf file looks like: > > > > - > > acl SSL_ports port 443 > > acl Safe_ports p

Re: [squid-users] Problem with squid proxy authentication configuration

2020-06-10 Thread Amos Jeffries
On 10/06/20 9:26 pm, Amiq Nahas wrote: > Hi Guys, > > I am trying to configure squid so as to have user proxy > authentication, below is how my squid.conf file looks like: > > - > acl SSL_ports port 443 > acl Safe_ports port 80# http > acl Safe_ports port 21# ftp > acl Safe_po

Re: [squid-users] Problem with squid proxy authentication configuration

2020-06-10 Thread Alex Rousskov
On 6/10/20 5:26 AM, Amiq Nahas wrote: > http_port 3128 > I have configured 127.0.0.1:3128 as manual proxy in firefox. > > But when I try to connect to internet it displays "The proxy server is > refusing connections" Does your Squid run on the same machine as your browser? If yes, are there an

[squid-users] Problem with squid proxy authentication configuration

2020-06-10 Thread Amiq Nahas
Hi Guys, I am trying to configure squid so as to have user proxy authentication, below is how my squid.conf file looks like: - acl SSL_ports port 443 acl Safe_ports port 80# http acl Safe_ports port 21# ftp acl Safe_ports port 443# https acl Safe_ports port 70#