-
-
Notifications
You must be signed in to change notification settings - Fork 817
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
Add TLS Debugging #1131
Comments
From what I see, some functionality should be added to (optionally!) disable secure connections or support SOCKS proxies. |
I don't have the intention of ever implementing, nor accepting a PR to disable TLS in Package Control. That is a Very Bad Idea, which makes it easy for your machine to have arbitrary Python code run on it. You could walk into a coffee shop and have a rogue version of Package Control upgraded to, that sets up a trojan, uploads all of your code to a public location, etc. I welcome anyone who wants to implement SOCKS proxy support, or help improve the TLS layer. |
I was more thinking of an option to disable it temporarily in certain circumstances. For instance where I work we have a strange setup of SSL interception, multiple firewalls and content scanning. Even if I add the certificate to Btw. if one was really serious about it, one could just replace |
Due to the number of users who have weird issues with TLS and proxies, I believe some functionality should be added to debug TLS connections.
Additionally it would be nice if there was a simple way using
oscrypto.tls
andcertvalidator
to grab the chain of certs and show the user which cert would need to be added to their user bundle to get TLS working again.The text was updated successfully, but these errors were encountered: