Replies: 2 comments
-
I went ahead and created #766 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed with #766 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems like the powershell
Invoke-WebRequest
command to download libressl is failing - I suspect the URL being used is being blocked, as the URL works fine when opened from a browser, but does not when usingInvoke-WebRequest
.I was able to workaround this by changing the URL in
windows\const.ps1
fromhttps://cloudflare.cdn.openbsd.org/pub/OpenBSD/LibreSSL
tohttps://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
, which works withInvoke-WebRequest
.Perhaps others may run into this issue?
Beta Was this translation helpful? Give feedback.
All reactions