This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Download from github.com returns WebException The request was aborted: Could not create SSL/TLS secure channel. #82
Comments
Hi, is there any work on this issue ? Can I help with something ? |
This is pretty blocking for us, could we give this issue some focus? |
blocking us as well. Can I do anything in my powershell profile to work around the issue? |
+1 |
Affecting us too |
@hjohnst6 Unfortunately the docs of this module are not complete, but you could provide the protocols as string to the parameter |
Add |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
When I run Puppet agent manually I see the following error:
What behaviour did you expect instead
I expected the Git executable to downloaded to C:\Git-2.19.1-64-bit.exe
Output log
See above.
Any additional information you'd like to impart
A potential fix is to add the following into the try block in the download PowerShell script:
For example, in the case of the PowerShell script generated by the above Puppet code:
When I run the PowerShell script manually in ISA the download completes successfully.
There may be issues around setting the security protocol like this both outside of Windows Server 2016 and for remote URLs that only support tls1.0 or ssl3 (which would be Very Bad but folk might expect download_file to still work).
The text was updated successfully, but these errors were encountered: