ProxyMan icon indicating copy to clipboard operation
ProxyMan copied to clipboard

Strange proxy setting

Open pluveto opened this issue 2 years ago • 4 comments

proxyman list

Hmm... listing it all

Shell proxy settings : /root/.bashrc
export http_proxy="http://http://127.0.0.1:7890/"
export ftp_proxy="ftp://http://127.0.0.1:7890/"
export rsync_proxy="rsync://http://127.0.0.1:7890/"
export no_proxy="localhost,127.0.0.1,192.168.1.1,::1,*.local"
export HTTP_PROXY="http://http://127.0.0.1:7890/"
export FTP_PROXY="ftp://http://127.0.0.1:7890/"
export RSYNC_PROXY="rsync://http://127.0.0.1:7890/"
export NO_PROXY="localhost,127.0.0.1,192.168.1.1,::1,*.local"
export https_proxy="http://127.0.0.1:7890/"
export HTTPS_PROXY="http://127.0.0.1:7890/"

Shell proxy settings : /root/.zshrc
export http_proxy="http://http://127.0.0.1:7890/"
export ftp_proxy="ftp://http://127.0.0.1:7890/"
export rsync_proxy="rsync://http://127.0.0.1:7890/"
export no_proxy="localhost,127.0.0.1,192.168.1.1,::1,*.local"
export HTTP_PROXY="http://http://127.0.0.1:7890/"
export FTP_PROXY="ftp://http://127.0.0.1:7890/"
export RSYNC_PROXY="rsync://http://127.0.0.1:7890/"
export NO_PROXY="localhost,127.0.0.1,192.168.1.1,::1,*.local"
export https_proxy="http://127.0.0.1:7890/"
export HTTPS_PROXY="http://127.0.0.1:7890/"

Desktop proxy settings (GNOME)
No schemas installed
No schemas installed
No schemas installed
 http
No schemas installed
No schemas installed
No schemas installed
 Auth
No schemas installed
No schemas installed
 https
No schemas installed
No schemas installed
 ftp
No schemas installed
No schemas installed
 socks
No schemas installed
 no_proxy

git proxy settings :
http http://http://127.0.0.1:7890/
https https://http://127.0.0.1:7890/

APT proxy settings :
3
Done

pluveto avatar Mar 16 '23 05:03 pluveto

My proxy server do not support https

pluveto avatar Mar 16 '23 05:03 pluveto

expectation is https connection should be proxied by a http proxy server

pluveto avatar Mar 16 '23 05:03 pluveto

Tried set http://127.0.0.1 or 127.0.0.1 as host. but they are setting https proxy server which won't work

pluveto avatar Mar 16 '23 05:03 pluveto

For example:

sh -c apt-get update -qq >/dev/null
W: Failed to fetch https://download.docker.com/linux/ubuntu/dists/jammy/InRelease  Could not handshake: The TLS connection was non-properly terminated. [IP: 127.0.0.1 7890]

pluveto avatar Mar 16 '23 05:03 pluveto