Mypal68 icon indicating copy to clipboard operation
Mypal68 copied to clipboard

Proxy setting not work on Mypal68 version 74.1.4 (32-bit) on WinXP

Open G4tty0 opened this issue 1 month ago • 4 comments

Hi *, as subject, proxy setting not work on Mypal68 version 74.1.4 (32-bit) on WinXP. proxy with authentication digest the browser return this message:

""" The proxy server is refusing connections

Mypal is configured to use a proxy server that is refusing connections.

Check the proxy settings to make sure that they are correct.
Contact your network administrator to make sure the proxy server is working.

"""

server side log of squid """ 1763586218.244 0 10.16.10.84 TCP_DENIED/407 4218 CONNECT github.com:443 - HIER_NONE/- text/html 1763586219.211 0 10.16.10.84 TCP_DENIED/407 4218 CONNECT github.com:443 - HIER_NONE/- text/html """ it does not seem to require a proxy password but without proxy work fine.

cheers

Roby

G4tty0 avatar Nov 19 '25 20:11 G4tty0

Regular proxy works, elaborate details what set in the proxy about the authentication to reproduce the bug. Did you сheck other browsers?

Feodor2 avatar Nov 21 '25 20:11 Feodor2

Regular proxy works, elaborate details what set in the proxy about the authentication to reproduce the bug. Did you сheck other browsers?

Hi, absolutely true! the regular proxy work fine (proxy whitout auth.). Now only in the last version of MyPal (74.1.4.9451) not work, proxy with auth digest, the old version of MyPal as ver: 74.1.1.9345 work fine!

squid config:

""" acl allowed_ips src 10.16.10.84-10.16.10.86 10.16.10.2 http_access allow allowed_ips ...

auth digest

auth_param digest program /usr/libexec/digest_file_auth -c /etc/squid/passwd-digest auth_param digest children 20 startup=0 idle=1 auth_param digest realm privat-proxy-server auth_param digest nonce_garbage_interval 5 minutes auth_param digest nonce_max_duration 30 minutes auth_param digest nonce_max_count 50 acl DIGEST_AUTHENTICATION proxy_auth REQUIRED http_access allow DIGEST_AUTHENTICATION """

G4tty0 avatar Nov 21 '25 21:11 G4tty0

Okey likely I got the bug. But please elaborate what data is to be in the /etc/squid/passwd-digest, I failed to find any documentation about, thus my stuff are not fully functional.

Feodor2 avatar Nov 26 '25 13:11 Feodor2

Okey likely I got the bug. But please elaborate what data is to be in the /etc/squid/passwd-digest, I failed to find any documentation about, thus my stuff are not fully functional.

I'm glad was able to help you find this little bug, to add user on file /etc/squid/passwd-digest digit:

""" htdigest -c /etc/squid/passwd-digest privat-proxy-server username """

and digit password, the file contein username:realm:hash

cheers!

Roberto

G4tty0 avatar Nov 26 '25 17:11 G4tty0