You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug]: Connection could not be established with host "ssl://smtp-relay.brevo.com:587": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:0A00010B:SSL routines::wrong version number.
#4634
Switched off resend as it was failing for some reason and I think I may know why.
EmailChannel error: Connection could not be established with host "ssl://smtp-relay.brevo.com:587": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
error:0A00010B:SSL routines::wrong version number. Failed to send email
even when it's set to TLS which brevo should be good when I set it to SSL it works maybe something happen recently that broke emails.
For now, if you disable something by unchecking the checkbox, the data is kept since you could also quickly disable it for debugging, so I think it should not be cleared - it is stored in the DB.
The second bug you got is because 587 should be using StartTLS and not TLS/SSL, I have fixed that issue in the next release.
peaklabs-dev
added
🐞 Confirmed Bug
Verified issues that have been reproduced by the team.
and removed
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Dec 23, 2024
peaklabs-dev
changed the title
[Bug]: Email Resend not clearing when disabled/removing
[Bug]: Connection could not be established with host "ssl://smtp-relay.brevo.com:587": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:0A00010B:SSL routines::wrong version number.
Dec 23, 2024
Error Message and Logs
When resend is disabled it still would have the key in the field which it should be cleared if it's disabled.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.379
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04 LTS
Additional Information
UI/Database Bug
The text was updated successfully, but these errors were encountered: