Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange proxy setting #115

Open
pluveto opened this issue Mar 16, 2023 · 4 comments
Open

Strange proxy setting #115

pluveto opened this issue Mar 16, 2023 · 4 comments

Comments

@pluveto
Copy link

pluveto commented Mar 16, 2023

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
Copy link
Author

pluveto commented Mar 16, 2023

My proxy server do not support https

@pluveto
Copy link
Author

pluveto commented Mar 16, 2023

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

@pluveto
Copy link
Author

pluveto commented Mar 16, 2023

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
Copy link
Author

pluveto commented Mar 16, 2023

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant