Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Squid random disconnects random webpages

    Scheduled Pinned Locked Moved pfSense Packages
    31 Posts 3 Posters 4.4k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L Offline
      La6er
      last edited by

      Yes I am using squid along with squidguard for web filtering and yes If I stop squid it works fine... with squid I randomly get issues like no DNS resolutions or the SSL_ERROR, I have deleted both DNS servers on my general and overrides on the DNS resolver, I will check how it performs

      1 Reply Last reply Reply Quote 0
      • Raffi_R Offline
        Raffi_
        last edited by

        That's good to know. For URL filtering, I would suggest giving the package pfblockerNG-devel a try. It's very easy to setup, very effective and doesn't require squid. SSL filtering via squid can cause problems, so avoiding it if possible would be best.

        1 Reply Last reply Reply Quote 0
        • L Offline
          La6er
          last edited by

          I did considered pfblocker but the thing is... I have several subnets with different kinds of web access permissions, Maybe I did not looked for the whole information... but... Is it possible to set this kind of web access groups?

          1 Reply Last reply Reply Quote 0
          • L Offline
            La6er
            last edited by

            still having the same issue, lots of pages are failing :(

            1 Reply Last reply Reply Quote 0
            • KOMK Offline
              KOM
              last edited by

              How many users in your environment? You are probably having an issue with a low number of rewrite & SSL child threads. Look into sslcrtd_children and url_rewrite_children which are configured under Services - Squid proxy server - General - Advanced Options - Integrations.

              1 Reply Last reply Reply Quote 0
              • L Offline
                La6er
                last edited by

                around 500 users at this time, I have SSL Certificate Deamon Children set to 20 and url_rewrite_children 64 startup=32 idle=16 concurrency=0

                1 Reply Last reply Reply Quote 0
                • KOMK Offline
                  KOM
                  last edited by

                  What do you mean? You already had those set, or you just set them now?

                  1 Reply Last reply Reply Quote 0
                  • L Offline
                    La6er
                    last edited by

                    I had them configured that way already

                    1 Reply Last reply Reply Quote 0
                    • KOMK Offline
                      KOM
                      last edited by

                      Perhaps not enough?

                      1 Reply Last reply Reply Quote 0
                      • L Offline
                        La6er
                        last edited by

                        I have increeased besides I am currently using just 1 pc for testing purposes... and I still received error err_ssl_protocol_error, any ideas? :(

                        1 Reply Last reply Reply Quote 0
                        • L Offline
                          La6er
                          last edited by

                          currently testing with just squid... squidguard is currently disabled, still getting SSL errors

                          1 Reply Last reply Reply Quote 0
                          • KOMK Offline
                            KOM
                            last edited by

                            @la6er said in Squid random disconnects random webpages:

                            err_ssl_protocol_error

                            Post the squid access.log details from the time that the error happens. You may need to increase the default level of logging via the debug_options directive.

                            1 Reply Last reply Reply Quote 0
                            • L Offline
                              La6er
                              last edited by

                              this are the logs I received when a wp fails

                              1542122446.776 0 10.16.20.191 TAG_NONE/409 3938 CONNECT twitter.com:443 - HIER_NONE/- text/html
                              1542122446.946 11 10.16.20.191 TAG_NONE/200 0 CONNECT 104.244.42.65:443 - HIER_NONE/- -
                              1542122446.947 0 10.16.20.191 TAG_NONE/409 3938 CONNECT twitter.com:443 - HIER_NONE/- text/html
                              1542122446.960 9 10.16.20.191 TAG_NONE/200 0 CONNECT 104.244.42.65:443 - HIER_NONE/- -

                              1 Reply Last reply Reply Quote 0
                              • L Offline
                                La6er
                                last edited by

                                currently the main issue looks to be sites related to google, but sometimes if I wait just a few minutes without doing anything they work after I refresh

                                1 Reply Last reply Reply Quote 0
                                • KOMK Offline
                                  KOM
                                  last edited by

                                  A 409 is a conflict. Strange. I don't have a definitive answer for you but start by Googling 'squid 409 conflict err_ssl_protocol_error'

                                  1 Reply Last reply Reply Quote 0
                                  • L Offline
                                    La6er
                                    last edited by

                                    I have, I disabled 2 different things on my browsers, and so far looks stable, but it means I have to do that on over a 1000 pcs

                                    1 Reply Last reply Reply Quote 0
                                    • KOMK Offline
                                      KOM
                                      last edited by

                                      Does the problem occur when the proxy is running in explicit mode? I've always hated transparent mode for the issues it has always caused me. Explicit + WPAD has worked for me for years now.

                                      1 Reply Last reply Reply Quote 0
                                      • L Offline
                                        La6er
                                        last edited by

                                        I indeed have it configured using transparent mode, everytime I tried using WPAD it does not let me download the files on the browser so I asummed it is not working properly in that way

                                        1 Reply Last reply Reply Quote 0
                                        • KOMK Offline
                                          KOM
                                          last edited by

                                          The wpad.dat and proxy.pac files must reside on an HTTP server, not HTTPS. They must have correct contents. Clients on your network must be able to resolve wpad.your.domain.

                                          1 Reply Last reply Reply Quote 0
                                          • L Offline
                                            La6er
                                            last edited by

                                            what if my computer does not have any domain? I have set the files on another pfsense solution with the following script

                                            function FindProxyForURL(url,host)
                                            {
                                            return "PROXY 10.30.251.61:3128";
                                            }

                                            they are located on usr/local/www/ but if I set autodetect proxy it does not work, if I set manually http://10.30.251.59/proxy.pac (which is the ip of my http pfsense) on my browser it does not work, however if i set manually the proxy conf on the browser it works perfectly, I have set a host override on my dns resolver, and I am also using static ips on my clients

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.