Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2022 17:32:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265820] www/firefox Proxy not accepted
Message-ID:  <bug-265820-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265820

            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:=20
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
..

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265820-7788>