Squid Proxy Server block any websites
-
Hello friends, I am using Squid Proxy Server, but I cannot access some sites. There is a screenshot of my settings. Is there any way I should follow or do this?
-
For example, sometimes this website opens, sometimes it does not, I would be very grateful if anyone knows the solution to this.
-
acl splice_only src 192.168.2.2 #My PC
acl splice_only src 192.168.3.3 #My iPhoneacl NoSSLIntercept ssl::server_name_regex -i "/usr/local/pkg/reg.url.nobump"
ssl_bump peek step1 all
ssl_bump splice NoSSLIntercept
ssl_bump splice splice_only
ssl_bump stare step1
ssl_bump bump step3 -
@makazo you just show the settings, the logs say?
Do you setup squiguard?
Do you have pfblockerng?We have only see 1 part of the picture, regards.
-
@periko Yes, when I use custom mode on a machine with squidguard installed, I do not have any problems with computers or the network, but whenever I activate splice all mode, I encounter these problems and pfblocker is not currently installed, it was installed 2-3 days ago, but I did a clean installation and did not reinstall it.
SSL Man In the Middle Filtering "custom" mode has problems with iPhone and Android phones on the network. When in custom mode, applications such as Apple Store, Android Store and many other things do not work in custom mode.
acl splice_it ssl::server_name .microsoft.com
acl splice_it ssl::server_name .windowsupdate.com
acl splice_it ssl::server_name .akamaitechnologies.com
acl splice_it ssl::server_name .akadns.net
acl splice_it ssl::server_name .discord.com
acl splice_it ssl::server_name .discord.gg
acl splice_it ssl::server_name .discord.media
acl splice_only src 192.168.3.10 #myPhone
acl step1 at_step SslBump1
ssl_bump peek step1
ssl_bump splice splice_it
ssl_bump bump all
ssl_bump peek step1
ssl_bump splice allAnd finally, in splice all mode, the automatic language translation plugin on Chrome does not work in this mode.
-
Some sites you need to splice it is complex software to configure. Don't give up you got your splice list keep going...