TheWormsUnited
I am getting this message into all my sites hosted with aaPanel for some reason, I have done anything but to update the panel and now all my sites look horrible since my links are all made in https, nothing works or gets output from my links at all. Anyone knows how to fix this issue? If so please post below. I have tried, update, fix, restart, disble SSL, assign new SSL nothing seems to be working, my result is always the same, yesterday was working today is not for some reason. Thank you all in advance for the help.
Hello everyone, the solution for the SSL error is as follows:
-
Access your root control for your server
-
Execute the following command:
yum update ca-certificates
as
fabricem
said
-
Reboot your machine
-
Issue new SSL certificates or Save current ones
-
Check your website to see if everything is correct
I hope this solves everyone's problem as it did with me running on CentOS 7x Minimal.
on debugging the Laravel app
I get the below error
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
murshid99
For CentOS try this
trust dump --filter "pkcs11:id=%c4%a7%b1%a4%7b%2c%71%fa%db%e1%4b%90%75%ff%c4%15%60%85%89%10" | openssl x509 | sudo tee /etc/pki/ca-trust/source/blacklist/DST-Root-CA-X3.pem
sudo update-ca-trust extract
sudo yum update ca-certificates