-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Use TLS 1.2 in Windows builds #228
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
Use TLS 1.2 in Windows builds #228
Conversation
AppVeyor is green, previous build showed the same error https://ci.appveyor.com/project/docker-library/python/build/build-74.master |
Arg, I was wondering why that build had started failing, but hadn't had a chance to look into it yet. ❤️ Would this also be fixable by switching to |
No, even after changing to |
That's kind of bizarre -- is there an appropriate place for us to file an issue about it? |
Probably https://github.com/PowerShell/PowerShell is a good place. |
- `mariadb`: 10.3.2 - `python`: fix Windows builds (docker-library/python#228)
…-windows Use TLS 1.2 in Windows builds
I tried to build Python with the microsoft/windowsservercore-insider build and found out that installing PIP aborted with "The request was aborted: Could not create SSL/TLS secure channel." It seems that https://bootstrap.pypa.io enforces TLS 1.2 only.
PowerShell still does not use TLS 1.2 by default, so here's a fix for all Windows Dockerfiles to do so.