Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP: SSLv3/TLS wrong version number #425

Open
sergedc opened this issue Jan 21, 2025 · 0 comments
Open

SMTP: SSLv3/TLS wrong version number #425

sergedc opened this issue Jan 21, 2025 · 0 comments

Comments

@sergedc
Copy link

sergedc commented Jan 21, 2025

Hi,

When I set my smtp settings using the settings UI, I get his error:
SSL_connect returned=1 errno=0 peeraddr=130.35.96.103:587 state=SSLv3/TLS write client hello: wrong version number

I have been using the same settings: port 587, TLS settings with a number of other selfhost dockers and all worked fine.
I have also logged into the containter, installed openssl and run:
openssl s_client -connect smtp.email.us-ashburn-1.oci.oraclecloud.com:587 -starttls smtp

And this worked fine.

Also, by using environement vairables in the docker-compose.yml, it also worked

Version: lastest, I installed using docker run today itself. So should be 1.8.8
Version: arm64

Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant