-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
problems with SSL host verification with proxy servers #108
Comments
For the record, i want to say that setting
where the proxy values are the same as the ones in your |
It's unclear to me that there's anything wrong here. This post is my best understanding of the issue. It seems like what's going on here is that people are on Windows machines behind MITM proxies that are not configured to allow Windows CRL check requests. The configuration that works is to configure the proxy via the
Note that the |
I agree I'm not sure that anything can be done here, apart from pointing users having these issues to right configuration parameters. Behavior or snooping IT departments is, sadly, not open to pull requests ATM. |
This issue should be mitigated by #115, which switches |
On Julia 1.6.0 and Downloads 1.4.1, it works correctly for me, but i still have to set |
You shouldn't have to set that environment variable anymore as long the CA root certificate for the MITM proxy/firewall is installed in the system CA root store. How did you go about trying Julia 1.6.0 with Downloads 1.4.1? Since it's a stdlib, you can't just use |
Closing this, assuming it's been fixed. |
Not fixed on MacOS v 12.0.1 as of Nov. 9, 2021. I am not using a Proxy Server. |
If you're not using a proxy, then it can't be the same issue. If you could open a new issue describing the different problem you're having then perhaps we could debug it. If you could also provide necessary debugging info like your Julia version, that would be helpful. |
You are correct. An unrelated problem with some similar messages. I've removed conda installed python and re-installed Julia. My issue was conflicting artifacts for QT5. Removing Python from within ~/.julia eliminates the duplication. GR brings In the only artifact for QT. New Mac environments result in some challenges for Python, too. |
Multiple people in the last few hours have reported problems downloading artifacts on Windows systems using proxy servers: here and here. In both cases, a workaround was
ENV["JULIA_SSL_NO_VERIFY_HOSTS"] = "github.com"
.Given how quickly this popped up after the 1.6 release, I'm guessing that this will be a common problem, so I'm filing this issue to keep track of progress on tracking down the source of the problem and fixing it.
The text was updated successfully, but these errors were encountered: