question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Paket.bootstrapper.exe unable to communicate with GitHub (5.138.5)

See original GitHub issue

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

  1. Download latest paket.bootstrapper.exe

  2. Try to run it. Observe error.

Checking Paket version (downloading latest stable)...
The request was aborted: Could not create SSL/TLS secure channel. (Github - cached)

Expected behavior

The bootstrapper downloads the latest version of paket.exe.

Actual behavior

Checking Paket version (downloading latest stable)...
The request was aborted: Could not create SSL/TLS secure channel. (Github - cached)

Known workarounds

None.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:23
  • Comments:22 (16 by maintainers)

github_iconTop GitHub Comments

23reactions
ptrstpp950commented, Feb 22, 2018

Workaround Add registry keys to force NET framework to use strong encryption. For example PowerShell commands:

new-itemproperty -path "HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord";
new-itemproperty -path "HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord"
5reactions
csmagercommented, Feb 23, 2018

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’:

The request was aborted: The connection was closed unexpectedly. (Github - cached (temporarily ignore updates))

In normal mode, I see this:

Checking Paket version (downloading latest stable)… Hash file of version 5.141.0 not found in cache. Starting download from https://github.com/fsprojects/Paket/releases/download/5.141.0/paket-sha256.txt ‘Github - cached’ download failed. If using Mono, you may need to import trusted certificates using the ‘mozroots’ tool as none are contained by default. Trying fallback download from ‘Nuget - cached’.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Paket 7.2.1
A dependency manager for .NET with support for NuGet packages and git repositories. Why Paket? NuGet did not separate out the concept of...
Read more >
The Paket bootstrapper (paket.bootstrapper.exe)
A dependency manager for .NET with support for NuGet packages and git repositories.
Read more >
Stapp.space
GITHUB.COM. Paket.bootstrapper.exe unable to communicate with GitHub (5.138.5) · Issue #3065 · fsprojects/Paket. Description GitHub shut down an old ...
Read more >
fsprojects.Paket well solved issues - CodeAnswer
Articles of category fsprojects/Paket. 23. Paket Paket.bootstrapper.exe unable to communicate with GitHub (5.138.5) · CodeAnswer · Privacy PolicyDisclaimer.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found