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.