HTTPS certificate failing in Windows
See original GitHub issueHi @memsharded
thanks for the quick reply. Without the proxy I am facing the same issue. However, I just realized that error message I am getting is different:
ERROR: HTTPSConnectionPool(host='center.conan.io', port=443): Max retries exceeded with url: /v1/ping (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1122)')))
Any idea about this? I can create a new issue if it should not be related to this discussion here.
_Originally posted by @phildue in https://github.com/conan-io/conan/issues/9695#issuecomment-945683203_
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
FIX: Certificate error when you try to visit an SSL Web site by ...
FIX: Certificate error when you try to visit an SSL Web site by using Internet Explorer 7: "There is a problem with this...
Read more >A Simple Explanation of SSL Certificate Errors & How to Fix ...
What is an SSL certificate error? An SSL certificate error occurs when a web browser can't verify the SSL certificate installed on a...
Read more >Repairing Common SSL Certificate Errors - DigiCert.com
What Does an Intermediate Certificate Error Look Like? ... On the Windows server where your SSL Certificate is installed, download and save the...
Read more >Continually getting https certificate errors on all browsers
Had the same problem on Windows 7 where any secure website would give an invalid certificate error message in any browser for Chrome,...
Read more >Fix: There Is a Problem With Website's Security Certificate
You get this error primarily when your web browser cannot verify a website's SSL certificate. The website is a potential risk; hence, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
resolved using…
sudo pip3 install conan --upgrade
Hi so it seems this was a problem on our side. We have to explicitly set the proxy now in conan.conf. Not sure why this was not necessary before. Anyway conan setup is working again.