Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am unable to make Symfony Mailer work on my hosting with Let's Encrypt SSL certificate installed:

My .env configuration:

MAILER_DSN=smtp://contact@[DOMAIN].com:[PASSWORD]@mail.[DOMAIN].com:465

Error:

request.CRITICAL: Uncaught PHP Exception SymfonyComponentMailerExceptionTransportException: "Connection could not be established with host "ssl://mail.[DOMAIN].com:465": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed" at [SERVER ROOT].com/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php line 138 {"exception":"[object] (SymfonyComponentMailerExceptionTransportException(code: 0): Connection could not be established with host "ssl://mail.[DOMAIN].com:465": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed at [SERVER ROOT].com/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php:138)"} []

question from:https://stackoverflow.com/questions/65849550/symfony-5-mailer

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
971 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...