giuliov / hugo-vsts-extension

Generate a site using Hugo, a Fast and Flexible Website Generator, running in Visual Studio Team Services or Team Foundation Server.
MIT License
24 stars 15 forks source link

github api requires TLS 1.2 #2

Closed petersendev closed 6 years ago

petersendev commented 6 years ago

Currently the task fails with the error

The request was aborted: Could not create SSL/TLS secure channel.

GitHub requires TLS 1.2 since Feb 22 2018, see https://githubengineering.com/crypto-removal-notice/

PR incoming.

giuliov commented 6 years ago

I saw the news but didn't realize it might impact me 😳

KodeAndGame commented 6 years ago

Has this been released? I'm still seeing the below error in my logs and wondering if I missed something:

2018-03-04T10:16:28.5999095Z ##[error]The request was aborted: Could not create SSL/TLS secure channel. 2018-03-04T10:16:28.6383937Z ##[section]Finishing: Hugo generate

KodeAndGame commented 6 years ago

Sorry - I can see now that it has not been released. Can you please update with a comment when released?