Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Matus UHLAR - fantomas
On 26.10.18 05:08, Angus J. wrote: The squid.conf has been revised, i just want to 8005 port for ERP application server. - does it work noe? - if not, what is in the access log when you try to browse a site? access_log /var/log/squid/access.log in this one. -- Matus UHLAR - fantomas, uh..

Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Angus J.
The squid.conf has been revised, i just want to 8005 port for ERP application server. acl localnet src 10.0.0.0/8 acl localnet src 172.16.0.0/12 acl localnet src 192.168.0.0/16 acl localnet src fc00::/7 acl localnet src fe80::/10 acl SSL_ports port 443 8000 8004 8005 acl Safe_ports port 80 acl S

Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Angus J.
oul163:/var/log/squid # squid -k parse 2018/10/26 18:04:25| Startup: Initializing Authentication Schemes ... 2018/10/26 18:04:25| Startup: Initialized Authentication Scheme 'basic' 2018/10/26 18:04:25| Startup: Initialized Authentication Scheme 'digest' 2018/10/26 18:04:25| Startup: Initialized A

Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Amos Jeffries
On 26/10/18 10:49 PM, Angus J. wrote: > https://uathrms.ouhk.edu.hk:8005/OA_HTML/AppsLogin > > > the screen will shown > > This site can’t be reached > uathrms.ouhk.edu.hk refused to connect. > Try: > > Checking the connection > Checking the proxy and the firewall > ERR_CONNECTION_REFUSED >

Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Angus J.
https://uathrms.ouhk.edu.hk:8005/OA_HTML/AppsLogin the screen will shown This site can’t be reached uathrms.ouhk.edu.hk refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.c

Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Angus J.
I have updated the squid.conf as below: # access control list acl hrmsacl dstdomain .ouhk.edu.hk http_access allow hrmsacl #acl hrmsacl2 dstdomain devhrms.ouhk.edu.hk #cache_peer_access devhrms allow hrmsacl2 #cache_peer_access prdhrms allow hrmsacl #cache_peer_access uathrms allow hrmsacl #cache_

Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Angus J.
oul163:/etc/squid # squid -k parse 2018/10/26 17:44:42| Startup: Initializing Authentication Schemes ... 2018/10/26 17:44:42| Startup: Initialized Authentication Scheme 'basic' 2018/10/26 17:44:42| Startup: Initialized Authentication Scheme 'digest' 2018/10/26 17:44:42| Startup: Initialized Authent

Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Amos Jeffries
On 26/10/18 8:26 PM, Angus J. wrote: > What's wrong of my squid.conf from 27 to 3.5? > The port 3128 issue has been fixed > Yes that one is fixed. Now it is complaining about what you changed in cache_peer lines. > > oul163:/etc/squid # squid -k parse...> 2018/10/26 10:14:14| Processing: cache

Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Angus J.
What's wrong of my squid.conf from 27 to 3.5? The port 3128 issue has been fixed # multiling http acl localnet src 10.0.0.0/8 acl localnet src 172.16.0.0/12 acl localnet src 192.168.0.0/16 acl localnet src fc00::/7 acl localnet src fe80::/10 acl SSL_ports port 443 8000 8004 8005 acl Safe_ports p

Re: [squid-users] Squid proxy not working when upgrade from 27 to 3.5

2018-10-26 Thread Eliezer Croitoru
Hey Angus, There are couple times of configuration "definition". Some of them cannot overlap since they contain a full instruction. When a http_port line is parsed by squid it's a fix setup of configuration argument. There are other services and/or servers that updates the configuration argume