ca-certificate update?


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?
 
Google loads fine, but Wikia doesn't load most images. It gives SSL errors.
 
I noticed that 2 months ago too. Tried some of the parameters, but failed and forgot about it (I read alterslash with it)
 
Do these boards work? My phone needs new certs to the degree that I basically can't use it at all for web browsing since https everywhere started up, but getting the certs in the right format and bluetoothing them over is such a faff that I haven't bothered. Hurrah for the Pandora OS being basically just linux, and hurrah for Notaz and anyone else keeping this boat afloat.
 
Hip hip Huraay! No-taz, NO-TAZ! Rocks!
 
I've updated ca-certificates, the update throws some errors about doing something with certificates removed by this very update, but the final result is similar to what I have on the desktop.

However the mentioned alterslash.org still doesn't work. Seems to be some more involved issue, probably openssl/gnutls is too old to support some newer variation of TLS:
Code:
$ 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:
If anyone has ideas what could be done now let me know, otherwise I think I'll just give up for now.
 
I know the Pandora's running a fairly crusty version of openssh at least; I noticed it never picked up my elliptic curve keys, so I had to generate a monster rsa key for it and add its public key to servers I want it to be able to talk to.
 
Now this is preventing from downloading for github.com at all, git clone from github doesn't work because of this.
I heard of this sslv3 being deprecated, the ssl library on the pandora may be too old.
[doublepost=1520194642,1520178285][/doublepost]Using the git from the codeblocks pnd, github.com works again. Must be some old library on the pandora itself.
 
I too have been unable to use git when downloaded from opkg. However the git included in the Codeblocks and C++ dev tools seems to work.
 
On my arch box which I have to hand, git depends on the following:
curl expat>=2.0 perl-error perl>=5.14.0 openssl pcre2 grep shadow

Of those, if your getting encryption errors it would suggest we need a newer version of openssl and possible curl. Unfortunately, openssl contains rather a lot of libs so porting it to sz just as a hacky trial is left as an exercise for the reader.
 
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.
 
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.

Which is great, but for things like push its not really a solution.
 
So, I restarted to use my Pandora after some years, and I have the SSL issue... I can't access the repo page.

Did someone found a cure for this ?

I run "sudo update-ca-certificates" but did change nothing.

EDIT:
Copied manually PNDManager, and at least it seems able to download apps.
 
Last edited:
Back
Top