Control Web Panel

WebPanel => CentOS 9 Problems => Topic started by: sETu on December 09, 2024, 10:54:36 PM

Title: Solution for Email SSL/TLS Issue with SMTP
Post 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.

Code: [Select]
openssl.cafile=/etc/pki/tls/certs/ca-bundle.crt
openssl.capath=/etc/pki/tls/certs
Title: Re: Solution for Email SSL/TLS Issue with SMTP
Post by: Starburst on December 11, 2024, 09:02:02 PM
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/)