Control Web Panel
WebPanel => CentOS 9 Problems => Topic started by: sETu on December 09, 2024, 10:54:36 PM
-
When using SMTP service like wordpress smtp configuration or laravel email configuration i was getting this Open SSL error. certificate can not verify.
The solution is just login to the cpanel and edit the php.ini or user.ini file.
add these 2 line and save it. problem will be solved inshallah.
openssl.cafile=/etc/pki/tls/certs/ca-bundle.crt
openssl.capath=/etc/pki/tls/certs
-
Kinda sounds like this:
https://kb.starburstservices.com/common-issues/openssl-error-when-configuring-smtp2go-with-blesta-on-almalinux-9/ (https://kb.starburstservices.com/common-issues/openssl-error-when-configuring-smtp2go-with-blesta-on-almalinux-9/)