Silent-Hunter
Hardcore Member
- Joined
- May 29, 2010
- Messages
- 3,485
It seems Links no longer loads SSL content, I checked and our certificates are from 2014. Any chance of an update?
$ sudo opkg install libgnutls-bin
$ gnutls-cli alterslash.org
Resolving 'alterslash.org'...
Connecting to '104.28.3.53:443'...
*** Fatal error: A TLS fatal alert has been received.
*** Received alert [40]: Handshake failed
*** Handshake has failed
GNUTLS ERROR: A TLS fatal alert has been received.
$ openssl s_client -connect alterslash.org:443
CONNECTED(00000003)
14670:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:579:
A while back I was getting certificate errors with the git in CodeBlocks when trying to clone from GitHub with the "https" URLs it provides, and the solution then was to change from "https" to "git" URL.
I didn't know that was an option, I'll try and report back.Really? Surely you can edit your .git/config and replace any https:// addresses with git:// addresses. That should fix git push.