- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Why are you so sure the issue is a failed verfication of a cert? What is the exact errormessage and what are the mail settings in LimeSurvey?My mail server is also self hosted in my home lab. I can only connect to it internally (via its local IP address). Therefore, its external LE SSL certificate doesn't check out. So when I try and send a mail, I get an error that Lime Survey can't connect to the mail server.
Please Log in to join the conversation.
CLIENT -> SERVER: STARTTLS
SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
SMTP Error: Could not connect to SMTP host.
CLIENT -> SERVER: QUIT
If there's a problem relating to the certificate, you will get an error like this:
You may not see this error; In implicit encryption mode (SMTPS) it may be hidden because there isn't a way for the channel to show messages - SMTP+STARTTLS is generally easier to debug because of this. In an SMTP transcript this will typically be shown as trying to send aCode:Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failedcommand immediately followed by aCode:STARTTLScommand.Code:QUIT
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.