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.

Automatic update fails due to github SSL/TLS restrictions

See original GitHub issue

Looks like the automatic update function needs to be… updated.

Github started restricting SSL/TLS connections to reject connections that use TLS 1.0 and 1.1, so anything that wants to connect to Github needs to use TLS 1.2.

Details on how to fix this in C# apps (depending on what version of .NET you’re building with) are here: https://blogs.perficient.com/microsoft/2016/04/tsl-1-2-and-net-support/

Resulting error: Application update check failed: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
DavidMoorecommented, Jun 2, 2018

Hi! Yes I’m actually working on it right this minute. The main delay is that I’ve added a lot of new features, but this had made the options and configuration a lot more complex. So, what I’m doing right now is going to probably leave out the front end for configuring things, just give it a good out of the box list and push an update as soon as I can. Then, the configuration window can come later.

1reaction
DavidMoorecommented, Sep 21, 2018

This is now fixed but unfortunately people will have to download and run the latest MSI

Read more comments on GitHub >

github_iconTop Results From Across the Web

ssl issue no matter what i do bug or me ? #16061
im using my k8s 1.24 - helm install teleport -f values.yaml latest helm chart, tried with sectigo cert from namecheap, lets-encrypt nothing ...
Read more >
Generate SSL certificate for www subdomain when a ...
I found out the problem in my case, turn out the cert was not issued yet as it is stated in the settings,...
Read more >
ERROR: failed to receive handshake, SSL/TLS connection ...
I keep getting "fatal: unable to access 'https://github.com/${user}/${repo}.git/': schannel: failed to receive handshake, SSL/TLS connection ...
Read more >
"unable to get local issuer certificate" behind zScaler proxy ...
My company is using zScaler proxy, which is intercepting TLS. The root certificate is installed in the system and all browsers and command ......
Read more >
GitHub Copilot behind a Proxy with a self-signed certificate ...
@Fumapps The error message unable to get local issuer certificate means a proxy that uses self-signed certificates is being used. Unfortunately, self-signed ...
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