-
Notifications
You must be signed in to change notification settings - Fork 66
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
Could not create SSL/TLS secure channel in Start-FileDownloadInternal #3930
Comments
Are you using |
As reported by appveyor/ci#3930
Same error on https://ci.appveyor.com/project/tbeu/matio/build/job/u1gu5tbhab09jr85
|
In that case try adding this line before the |
Thanks for the hint of TLS downgrade. No matter what I tried, I failed in https://ci.appveyor.com/project/tbeu/matio/history |
It looks like TLS 1.2 is not so straightforward to enable on Windows Server 2012. |
…rrus] As reported by appveyor/ci#3930
No success
|
Looks like curl called within a powershell script is aliased to Invoke-WebRequest. Try this instead...
|
…ip cirrus] As reported by appveyor/ci#3930
…ip cirrus] As reported by appveyor/ci#3930
…ip cirrus] As reported by appveyor/ci#3930
…ip cirrus] As reported by appveyor/ci#3930
…ip cirrus] As reported by appveyor/ci#3930
…ip cirrus] As reported by appveyor/ci#3930
…ip cirrus] As reported by appveyor/ci#3930
…ip cirrus] As reported by appveyor/ci#3930
…ip cirrus] As reported by appveyor/ci#3930
Thanks for the support. I gave up on external download, but added the external files in a dedicated git repository. Both git submodule or direct git clone work as expected (via HTTPS). |
I notice a
in https://ci.appveyor.com/project/tbeu/matio/build/job/u1gu5tbhab09jr85 Is there anything on my side to address this issue? Thanks!
The text was updated successfully, but these errors were encountered: