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 needs to be set to 1.2 for CloudFlareDynDns #6

Open
SCUR0 opened this issue Jun 5, 2018 · 3 comments
Open

TLS needs to be set to 1.2 for CloudFlareDynDns #6

SCUR0 opened this issue Jun 5, 2018 · 3 comments

Comments

@SCUR0
Copy link

SCUR0 commented Jun 5, 2018

I was getting https 426 errors while running this module. This is due to invoke-restmethod defaulting to TLS 1.0.

You can set this by adding this line of code into your module:

#Set TLS Verson
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@SCUR0 SCUR0 changed the title TLS needs to be set to 1.2 TLS needs to be set to 1.2 for CloudFlareDynDns Jun 5, 2018
@jundis
Copy link

jundis commented Jun 5, 2018

Worth noting that it requires restarting the Powershell window to start working again after making this change, at least it did for me.

@npab19
Copy link

npab19 commented Aug 26, 2018

I noticed a pull request to fix this issue.

@withdave
Copy link

That pull request was merged in two days ago by @potatoqualitee

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

4 participants