ca-certificates issue

serdeliuk

Registered
Messages
127
Hello,

I have observed on my both tuners DM800 and Vu Solo 4K, both with OpenPli 4, that i have issues with HTTPS certificates from curl, python pip or openssl_client
For example following command fail,

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

I have tried everything, upgrade, update, reinstall, including "update-ca-certificates --fresh" nothing works.

I have tried as well to take all ca-certificates from a working server as well from latest openpli image, installed and updated configs, no success.

Does anyone else have this issues and found a fix?

Many thanks,


Marc
 

serdeliuk

Registered
Messages
127
Just to let you know that the main issue was with date/time of my machines and this is why after upgrading local certificates didn't worked, so if you encounter same issue do not forget to check date and time :)
 
Top