connecting to SMTP with port 465 giving SSL_accept error and disconnecting.
I have changed the SSL path to : /www/server/panel/plugin/mail_sys/cert/135mailtest.com/privkey.pem,/www/server/panel/plugin/mail_sys/cert/135mailtest.com/fullchain.pem
and running this command : openssl s_client -connect mail.135mailtest.com:465 -starttls smtp
giving output : CONNECTED(00000005)
and nothing happens after this.
Running this command only : openssl s_client -connect mail.135mailtest.com:465
shows this error under certificate :
Verification error: unable to verify the first certificate
Under TLS 1.3 : Verify return code: 21 (unable to verify the first certificate)
Any help will be appreciated.
Thanks