Websocket error on squid / squidguard
-
Help anyone?
-
Please describe your issue in more details
What is your pfSense version? Squid, SquidGuard?
What site?
Same error without SquidGuard?
Settings? -
@viktor_g said in Websocket error on squid / squidguard:
ngs?
Pfsense 2.4.5-RELEASE-p1
Squid 0.4.44_29
Squidguard 1.16.18_6Website - a test website to be deployed by our company
No error when squidguard / squid is disabled.
No error when I test it outside our network -
@yanafig said in Websocket error on squid / squidguard:
@viktor_g said in Websocket error on squid / squidguard:
ngs?
Pfsense 2.4.5-RELEASE-p1
Squid 0.4.44_29
Squidguard 1.16.18_6Website - a test website to be deployed by our company
No error when squidguard / squid is disabled.
No error when I test it outside our networkHave you seen this error when Squid is enabled but SquidGuard is disabled?
Also please show the access.log and cache.log when you try to open this website.
-
Same error even if I disable squid guard.
Access Logs
-
@viktor_g posted above are the information
-
@viktor_g Is there a way to use the "Bypass Proxy for Private Address Destination" features but not on transparent mode?
-
@yanafig said in Websocket error on squid / squidguard:
@viktor_g Is there a way to use the "Bypass Proxy for Private Address Destination" features but not on transparent mode?
For other modes you need to add RFC1918 networks manually:
I see nothing special in your logs, you need to check your web application,- maybe you need to add Custom refresh_patterns.
You can also disable caching and check your WebApp:
-
This post is deleted! -
@viktor_g said in Websocket error on squid / squidguard:
@yanafig said in Websocket error on squid / squidguard:
@viktor_g Is there a way to use the "Bypass Proxy for Private Address Destination" features but not on transparent mode?
For other modes you need to add RFC1918 networks manually:
I see nothing special in your logs, you need to check your web application,- maybe you need to add Custom refresh_patterns.
You can also disable caching and check your WebApp:
Still doesnt work
-
Please use SSL/TLS for Websockets connections behind squid proxy
see https://stackoverflow.com/questions/38974731/websockets-not-connected-behind-proxy
https://en.wikipedia.org/wiki/WebSocket#Proxy_traversal
-
You can also add
on_unsupported_protocol tunnel all
in the custom options field -
@viktor_g said in Websocket error on squid / squidguard:
on_unsupported_protocol tunnel al
I just did. Still not working. I'm a bit confused why it works outside our lan but not on our lan.