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

    Squid 6.6 DEV 24 Issues

    Scheduled Pinned Locked Moved Plus 24.03 Development Snapshots (Retired)
    squidproxydevelopmentcertificatesstoreidcachemgr
    26 Posts 3 Posters 4.3k Views
    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.
    • JonathanLeeJ
      JonathanLee @michmoor
      last edited by JonathanLee

      @michmoor I am sure google likes that unaccountability. This project has been around from the 90s and still is going, someone maintained it as it is now at 6.6. Marcus fixed squidguard a couple months ago too. I don’t understand the animosity towards it, it works better then DNS based systems, again google can hide lots with the dns versions.

      Make sure to upvote

      1 Reply Last reply Reply Quote 1
      • JonathanLeeJ
        JonathanLee @michmoor
        last edited by

        @michmoor what’s ufdbguard?

        Make sure to upvote

        M 1 Reply Last reply Reply Quote 0
        • M
          michmoor LAYER 8 Rebel Alliance @JonathanLee
          last edited by

          @JonathanLee said in Squid 6.6 DEV 24 Issues:

          ufdbguard

          https://www.urlfilterdb.com/products/ufdbguard.html

          Firewall: NetGate,Palo Alto-VM,Juniper SRX
          Routing: Juniper, Arista, Cisco
          Switching: Juniper, Arista, Cisco
          Wireless: Unifi, Aruba IAP
          JNCIP,CCNP Enterprise

          JonathanLeeJ 1 Reply Last reply Reply Quote 1
          • JonathanLeeJ
            JonathanLee @michmoor
            last edited by

            @michmoor
            | WARNING: UPGRADE: 'cafile=/usr/local/share/certs/ca-root-nss.crt' is deprecated in https_port. Use 'tls-cafile=' instead.

            I am going to fix this in git hub if I can find the variable name this is a simple fix.

            Make sure to upvote

            1 Reply Last reply Reply Quote 0
            • JonathanLeeJ
              JonathanLee
              last edited by

              Screenshot 2024-04-05 at 15.05.45.png

              Found it I am going to submit a commit to the package to fix this error it was listed in the older version also however the logs were disabled for it and it would only show up when you ran

              squid -k parse
              

              Make sure to upvote

              1 Reply Last reply Reply Quote 0
              • JonathanLeeJ
                JonathanLee
                last edited by

                @JonathanLee said in Squid 6.6 DEV 24 Issues:

                | WARNING: UPGRADE: 'cafile=/usr/local/share/certs/ca-root-nss.crt' is deprecated in https_port. Use 'tls-cafile=' instead.

                Screenshot 2024-04-05 at 15.10.29.png

                Make sure to upvote

                1 Reply Last reply Reply Quote 0
                • JonathanLeeJ
                  JonathanLee
                  last edited by

                  Nope that didn't fix it Screenshot 2024-04-05 at 15.14.47.png

                  Make sure to upvote

                  1 Reply Last reply Reply Quote 0
                  • JonathanLeeJ
                    JonathanLee
                    last edited by

                    Screenshot 2024-04-05 at 15.19.35.png

                    I found the error for the tis-cafile that fixed some of the errors. I am going to resubmit the changes

                    Make sure to upvote

                    1 Reply Last reply Reply Quote 0
                    • JonathanLeeJ
                      JonathanLee
                      last edited by JonathanLee

                      @JonathanLee said in Squid 6.6 DEV 24 Issues:

                      2024/04/05 07:58:24| WARNING: UPGRADE: 'cafile=/usr/local/share/certs/ca-root-nss.crt' is deprecated in http_port. Use 'tls-cafile=' instead.

                      Screenshot 2024-04-05 at 15.22.53.png

                      This fixed the

                      2024/04/05 07:58:24| WARNING: UPGRADE: 'cafile=/usr/local/share/certs/ca-root-nss.crt' is deprecated in http_port. Use 'tls-cafile=' instead.

                      One error gone 1
                      Screenshot 2024-04-05 at 16.00.22.png

                      Make sure to upvote

                      1 Reply Last reply Reply Quote 1
                      • JonathanLeeJ
                        JonathanLee
                        last edited by

                        If anyone wants to let me know what part of the cipher should be removed please let me know so I can fix the RC4 issue.

                        https://github.com/pfsense/FreeBSD-ports/pull/1365

                        Working on this also Per Squid support Amos Jeffries

                        "Also there are a few weird things in your TLS cipher settings, such as this sequence " EECDH+aRSA+RC4:...:!RC4 "
                        Which as I understand, enables the EECDH with RC4 hash, but also forbids all uses of RC4."

                        Are we to disable RC4 because of the security issues? Or are we leaving it it has both listed.

                        if (empty($settings['sslproxy_compatibility_mode']) || ($settings['sslproxy_compatibility_mode'] == 'modern')) {
                        					// Modern cipher suites
                        					$sslproxy_cipher = "EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+aRSA+RC4:EECDH:EDH+aRSA:!RC4:!aNULL:!eNULL:!LOW:!3DES:!SHA1:!MD5:!EXP:!PSK:!SRP:!DSS";
                        					$sslproxy_options .= ",NO_TLSv1";
                        				} else {
                        					$sslproxy_cipher = "EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+aRSA+RC4:EECDH:EDH+aRSA:HIGH:!RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS";
                        				}
                        

                        Make sure to upvote

                        1 Reply Last reply Reply Quote 0
                        • JonathanLeeJ
                          JonathanLee
                          last edited by

                          FIX ME
                          line of code 1261 in /usr/local/pkg/squid.inc
                          FIX ME
                          line of code 1235-1241 in usr/local/pkg/squid.inc

                          Make sure to upvote

                          JonathanLeeJ 1 Reply Last reply Reply Quote 0
                          • JonathanLeeJ
                            JonathanLee @JonathanLee
                            last edited by

                            @JonathanLee

                            https://github.com/pfsense/FreeBSD-ports/pull/1366

                            Fix for non support

                            2024/04/05 07:58:24| ERROR: Unsupported TLS option SINGLE_DH_USE
                            2024/04/05 07:58:24| ERROR: Unsupported TLS option SINGLE_ECDH_USE

                            Make sure to upvote

                            1 Reply Last reply Reply Quote 0
                            • JonathanLeeJ
                              JonathanLee
                              last edited by

                              HAPPY DANCE!! I FINALLY SOMETHING WITH SQUID'S CODE ALL MY COLLEGE AND UNIVERSITY WORK AND I FINALLY GOT TO FIX SOMETHING!!!!

                              🏫

                              Make sure to upvote

                              1 Reply Last reply Reply Quote 1
                              • JonathanLeeJ
                                JonathanLee
                                last edited by

                                I have to go back to my Everything Bagel Version because my wife is home, but I changed the code on 5.8 and it fixed the errors also

                                Make sure to upvote

                                1 Reply Last reply Reply Quote 1
                                • JonathanLeeJ
                                  JonathanLee
                                  last edited by

                                  @stephenw10

                                  A lot of my images for posts got deleted as of today is something else going on with the website?

                                  Make sure to upvote

                                  DefenderLLCD 2 Replies Last reply Reply Quote 1
                                  • JonathanLeeJ JonathanLee referenced this topic on
                                  • DefenderLLCD
                                    DefenderLLC @JonathanLee
                                    last edited by

                                    @JonathanLee I noticed this yesterday too. All of the images on my recent posts/replies are all gone. If I click on the links, it says "file not found." or something like that.

                                    1 Reply Last reply Reply Quote 1
                                    • JonathanLeeJ
                                      JonathanLee
                                      last edited by JonathanLee

                                      Anyone else attempt this challenge?? Non google lobbyists…

                                      Or google lobbyist also???

                                      Make sure to upvote

                                      1 Reply Last reply Reply Quote 0
                                      • DefenderLLCD
                                        DefenderLLC @JonathanLee
                                        last edited by

                                        @JonathanLee said in Squid 6.6 DEV 24 Issues:

                                        @stephenw10

                                        A lot of my images for posts got deleted as of today is something else going on with the website?

                                        The images are back now...

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