Skip to content
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

TLS 1.1 support terminated at github #9

Open
alainsch opened this issue Feb 24, 2018 · 1 comment
Open

TLS 1.1 support terminated at github #9

alainsch opened this issue Feb 24, 2018 · 1 comment

Comments

@alainsch
Copy link

alainsch commented Feb 24, 2018

Hi Elton,

Github terminated yesterday the support for TLS 1.1 ( https://github.com/blog/2507-weak-cryptographic-standards-removed )

All dockerfiles that do a Invoke-Webrequest from Github will fail on windows 2016.

I added the following to my scripts to solve this:

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
Invoke-WebRequest ...

Alain

@AidarGatin
Copy link

Worked for me, Thank you Alain!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants