Hello,
I have an issue with HTTPS connection from cli, curl and python. The issue is with local ca-certificates storage which is not updated.
I have a DM800HD and VuSolo4K devices, both with OpenPli4 and both have the same issue.
I tried to update all files/certificates by hand from a working server but i was unsuccessful.
Can you please let me know where i can find a ca-certificates package to update my OpenPLi4.
Below is how you can check
root@dm800:~# curl -vvv https://pypi.python.org/simple/requests/
* Trying 151.101.12.223...
* Connected to pypi.python.org (151.101.12.223) port 443 (#0)
* found 166 certificates in /etc/ssl/certs/ca-certificates.crt
* server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
* Closing connection 0
curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
More details here: http://curl.haxx.se/docs/sslcerts.html