Hi all,
Any SMTP and/or Laravel moguls around here?
I'm trying to install a Loops server, but I'm getting the following error in the laravel logs whenever I try to use the registration form (which requires an e-mail to receive a registration code):
[2025-11-01 00:45:57] production.ERROR: Unable to connect with STARTTLS: stream_socket_enable_crypto(): Peer certificate CN=`mysmtpserver.tld' did not match expected CN=`localhost' {"exception":"[object] (Symfony\\Component\\Mailer\\Exception\\TransportException(code: 0): Unable to connect with STARTTLS: stream_socket_enable_crypto(): Peer certificate CN=`mysmtpserver.tld' did not match expected CN=`localhost' at /var/www/loops/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php:171)
The SMTP server (postfix) is installed on the same machine as the Loops website. I'm wondering if that could make things a bit harder.
Any help would be much appreciated.