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

    Secure Squid HTTPS Proxy

    Scheduled Pinned Locked Moved Cache/Proxy
    3 Posts 2 Posters 1.4k 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.
    • kklouzalK
      kklouzal
      last edited by kklouzal

      Squid can be configured for clients to connect using SSL by configuring the https_port configuration directive in our squid.conf file: http://www.squid-cache.org/Doc/config/https_port/

      Browsers have finally adopted connecting to a secure proxy server:
      Chrome http://www.chromium.org/developers/design-documents/secure-web-proxy
      Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=378637
      Edge (cause it uses chromium)
      Safari supports secure proxy
      I'm sure others do or, if not, will soon.

      These browsers support automatically configuring connections to secure proxy servers with PAC files and WPAD:

      function FindProxyForURL(url, host) { return "HTTPS secure-proxy.example.com:443"; }
      

      How can we get the PfSense Squid Package be updated to show configuration options inside the web gui to setup a secure squid proxy server?

      How can I add the necessary configuration changes to squid.conf to enable this feature on my own? A SSL Certificate must be supplied along with the https_port entry. The default generated web configurator certificate should suffice for this.

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

        You can put in a feature request at Redmine for something like that, but don't expect it in the next dev build.

        Netgate provides instructions for WPAD Autoconfigure for Squid.

        1 Reply Last reply Reply Quote 0
        • kklouzalK
          kklouzal
          last edited by

          Well I posted into redmine..
          https://redmine.pfsense.org/issues/9700
          Over 2 years ago..
          Didn't expect it in the next dev build but yeah..Over 2 years..

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