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

2018-10-29 Thread Angus J.
Hi Amos Can I just copy the all squid configure file at /etc/squid/ from 2.7 to 3.5 ? Regards Angus -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-cache

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

2018-10-28 Thread Angus J.
Hi AMos Thanks for your information How to enable cache_peer configuration for any TLS/SSL for port 8005 and the "allow all" 192.168.0.0 and 172.18.0.0 access permission of custom access controls? Regards Angus -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f

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

2018-10-28 Thread Angus J.
# # Recommended minimum configuration: # # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing # should be allowed # RFC1918 possible internal network # RFC1918 possible internal network # RFC1918 possible internal network # RFC 41

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

2018-10-28 Thread Angus J.
oul163:/etc/squid # squid -k parse 2018/10/29 10:01:46| Startup: Initializing Authentication Schemes ... 2018/10/29 10:01:46| Startup: Initialized Authentication Scheme 'basic' 2018/10/29 10:01:46| Startup: Initialized Authentication Scheme 'digest' 2018/10/29 10:01:46| Startup: Initialized Authent

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

2018-10-28 Thread Angus J.
Hi Matus The squid 3.5 cannot read the configure file of SUSE Linux 12 SP3 Regards Angus -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-cache.org http:/

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

2018-10-28 Thread Angus J.
Hi oul163:/var/log/squid # ls -rlt total 84 -rw-r- 1 squid squid 0 Oct 22 12:21 access.log -rw-r- 1 squid squid 0 Oct 22 13:02 netdb.state -rw-r- 1 squid squid 17784 Oct 29 09:13 store.log -rw-r- 1 squid squid 55296 Oct 29 09:33 cache.log oul163:/var/log/squid # access.lo

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 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 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-25 Thread Angus J.
oul163:/etc/squid # squid -k parse 2018/10/26 10:14:14| Startup: Initializing Authentication Schemes ... 2018/10/26 10:14:14| Startup: Initialized Authentication Scheme 'basic' 2018/10/26 10:14:14| Startup: Initialized Authentication Scheme 'digest' 2018/10/26 10:14:14| Startup: Initialized Authent

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

2018-10-25 Thread Angus J.
I have remarked this line , the port 3128 problem is solved? # Squid normally listens to port 3128 #http_port 3128 oul163:/var/log/squid # cat cache.log 2018/10/26 10:06:47| Set Current Directory to /var/cache/squid 2018/10/26 10:06:47 kid1| Set Current Directory to /var/cache/squid 2018/10/

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

2018-10-25 Thread Angus J.
Hi Amos # Squid normally listens to port 3128 http_port 3128 http_port 3128 accel vhost defaultsite=oul163.ouhk.edu.hk This two line of squid.conf , they will cause the ERROR" ? -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___

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

2018-10-25 Thread Angus J.
1. How is squid confdigured in windows (IE uses windows proxy settings)? NO 2. whats's in squid access and cache logs? -rw-r- 1 squid squid 0 Oct 22 12:21 access.log -rw-r- 1 squid squid 0 Oct 22 13:02 netdb.state -rw-r- 1 squid squid 6498 Oct 24 11:29 store.log -rw-r

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

2018-10-23 Thread Angus J.
https://uathrms.oubb.edu.hk:8005/OA_HTML/AppsLogin 8005 port is not working ? -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid

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

2018-10-23 Thread Angus J.
oul163:/etc/squid # squid -k parse 2018/10/24 11:24:38| Startup: Initializing Authentication Schemes ... 2018/10/24 11:24:38| Startup: Initialized Authentication Scheme 'basic' 2018/10/24 11:24:38| Startup: Initialized Authentication Scheme 'digest' 2018/10/24 11:24:38| Startup: Initialized Authent

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

2018-10-23 Thread Angus J.
This error in IE browser when the connection is go through the squid proxy server This site can’t be reached uathrms.oubb.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.n

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

2018-10-23 Thread Angus J.
Hi I have revised the squid.conf oul163:/etc/squid # squid -k parse 2018/10/23 18:12:35| Startup: Initializing Authentication Schemes ... 2018/10/23 18:12:35| Startup: Initialized Authentication Scheme 'basic' 2018/10/23 18:12:35| Startup: Initialized Authentication Scheme 'digest' 2018/10/23 18:

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

2018-10-23 Thread Angus J.
The result of squid -k parse oul163:/etc/squid # squid -k parse 2018/10/23 16:51:05| Startup: Initializing Authentication Schemes ... 2018/10/23 16:51:05| Startup: Initialized Authentication Scheme 'basic' 2018/10/23 16:51:05| Startup: Initialized Authentication Scheme 'digest' 2018/10/23 16:51:05

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

2018-10-22 Thread Angus J.
Squid proxy not working when upgrade from 27 to 3.5 Squid proxy not working when upgrade to 3.5 and it will not caching anything #Default: # windows_ipaddrchangemonitor on visible_hostname oul163.hkbb.edu.hk http_port