beyondcode / herd-community

91 stars 1 forks source link

[Bug]: Herd Pro Mail SSL error #708

Closed otrsw closed 7 months ago

otrsw commented 7 months ago

Platform

Windows

Operating system version

Windows 11

System architecture

Intel (x86)

Herd Version

1.1.0

PHP Version

PHP 8.3

Bug description

I followed all the default installation and setup instructions for using the Mail service. When sending a mail, the Herd service is reached (since I can see an error message in the logs). Since the secure serve is working, I assume it is not CA cert related - but I am unsure how to proceed

Steps to reproduce

No response

Relevant log output

1057216:error:10000418:SSL routines:OPENSSL_internal:TLSV1_ALERT_UNKNOWN_CA:..\..\third_party\boringssl\src\ssl\tls_record.cc:592:SSL alert number 48
mpociot commented 7 months ago

Can you try and make sure that MAIL_ENCRYPTION=null is in your .env file?

otrsw commented 7 months ago

Geez that was fast and simple!

I added that and it resolved (previously tried MAIL_ENCRYPTION=false). Did I miss that in the docs somewhere?

Thank you for a great product and super support!

Heinz


From: Marcel Pociot @.> Sent: Thursday, May 2, 2024 15:25 To: beyondcode/herd-community @.> Cc: Heinz Seldte @.>; Author @.> Subject: Re: [beyondcode/herd-community] [Bug]: Herd Pro Mail SSL error (Issue #708)

Can you try and make sure that MAIL_ENCRYPTION=null is in your .env file?

— Reply to this email directly, view it on GitHubhttps://github.com/beyondcode/herd-community/issues/708#issuecomment-2090493922, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD2ATODHTLVMNHISHCSG5ADZAI5DFAVCNFSM6AAAAABHDW5LKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQGQ4TGOJSGI. You are receiving this because you authored the thread.Message ID: @.***>

mpociot commented 7 months ago

It'll be fixed in the next Herd release, and I'll adjust the docs now!