[Bug 265820] www/firefox Proxy not accepted

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Aug 2022 17:32:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265820

            Bug ID: 265820
           Summary: www/firefox Proxy not accepted
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko@FreeBSD.org
          Reporter: weberbug@gmx.de
          Assignee: gecko@FreeBSD.org
             Flags: maintainer-feedback?(gecko@FreeBSD.org)

Firefox does not accept a proxy login, the proxy user/password dialog keeps
appearing forever. proxy.pac is accepted, the dialog shows the correct
AuthName.

This proxy connection works with Firefox under Windows 10.

Proxy server is Apache with mod_proxy. FreeBSD 13.1, Firefox 103.

Proxy.pac: 
function FindProxyForURL(url, host) { return "HTTPS my.host:8081"; }


<VirtualHost *:8081>

    ProxyRequests On

    <Proxy "*">

        AuthUserFile /usr/local/etc/apache24/passwd
        AuthGroupFile /dev/null
        AuthName "Proxy Auth"
        AuthType Basic
        require valid-user

    </Proxy>

    SSLEngine on
..

-- 
You are receiving this mail because:
You are the assignee for the bug.