-
Notifications
You must be signed in to change notification settings - Fork 526
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
Paket.bootstrapper.exe unable to communicate with GitHub (5.138.5) #3065
Comments
Workaround
|
Any idea on expected resolution timeline? Workaround is easy enough locally but needs more work for CI servers. |
As you can see pull request is in progress #3066 |
Also, all source code branches would need an updated bootstrap if you add the bootstrapper into your repo... |
You can also force the download from nuget using |
If you're using magic mode, you can use the following paket.exe.config:
|
I've updated to the bootstrapper in the 5.141.0 release (with the fix from #3066), I now get a different error in 'magic mode':
In normal mode, I see this:
|
No only |
Any ideas what's still going wrong? |
Updated VS this morning and now VS and Rider both claim I don't have .NET Framework 4.5 SDK, so Paket won't build anymore. Once I've shaved that yak I'll see if I can debug and get more info... |
Ah, yeah. Clicking the link in the error message I posted gives you a 404. |
uploaded in 5.142.0 |
Thanks everyone
Am 23.02.2018 11:11 schrieb "Chris Blyth" <[email protected]>:
… [image: image]
<https://user-images.githubusercontent.com/1046836/36589027-d8bef698-1881-11e8-895d-12a053a56a75.png>
Seem good now for me.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3065 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNF96wksP9HBFpCoZMk3ReSfg4Gstks5tXo7MgaJpZM4SP6kq>
.
|
Thank you for quick fix! |
Could someone post a description of what we should do? For example, at the moment I just have this
If you send a link to the replacement I can replace it. I assume the appropriate replacement is the paket.bootstrapper.exe here https://github.com/fsprojects/Paket/releases/tag/5.142.0 but I have to manually rename it to be paket.exe? |
@dsyme That's correct. |
@samhanes thanks! |
Just to confirm - I had this exact issue with an extant project (VS Code + Win10) and downloading paket.bootstrapper.exe (as linked above) into .paket in my project, then renaming it to paket.exe, fixed the issue. Didn't have to restart VS Code. |
macOS / linux is not fixed by the above (from what I experienced myself), instead, download a new version of paket and assume Mr. Stenberg tells you the truth about what authorities to trust ;):
Note that this trusts the local DNS server to resolve curl.haxx.se to a valid domain, and that domain is unsigned https://dnssec-debugger.verisignlabs.com/curl.haxx.se — here is the SHA256 sum I saw
|
This could probably be closed as fixed? |
Description
GitHub shut down an old insecure encryption cypher, and paket.bootstrapper.exe is not able to talk to their servers. More info here:
https://githubengineering.com/crypto-removal-notice/
Repro steps
Please provide the steps required to reproduce the problem
Download latest paket.bootstrapper.exe
Try to run it. Observe error.
Expected behavior
The bootstrapper downloads the latest version of paket.exe.
Actual behavior
Known workarounds
None.
The text was updated successfully, but these errors were encountered: