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

Certification Error while using TLS on port 587 and on port 25 #215

Open
SID262000 opened this issue Sep 17, 2024 · 4 comments
Open

Certification Error while using TLS on port 587 and on port 25 #215

SID262000 opened this issue Sep 17, 2024 · 4 comments

Comments

@SID262000
Copy link

Team,

I'm getting the following error on usage of the emailing service on port 587

Error: 0098C782CB7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:

I'm also getting a second error on trying the emailing service on port 25

unable to get local issuer certificate

We don't support port 465 usage on our emailing server.

Can you please investigate this and recommend a solution? Thanks!

@SID262000
Copy link
Author

Tagging @dawidd6 for review and potential response.

@silviogutierrez
Copy link

Just tried this with postmarkapp.com, and I have the same issue.

@dawidd6
Copy link
Owner

dawidd6 commented Sep 21, 2024

Did you try setting secure input?

@Aetherinox
Copy link

Aetherinox commented Sep 28, 2024

These are the settings that work for me

    # port 465
    server_port: 465
    secure: true
    ignore_cert: false
        
    # port 587
    server_port: 587
    secure: false

The question is though, if secure: false, is their any actual TLS / SSL going on in the background. Because the last thing I want to do is start sending emails without SSL.

Yes port 587 is preferred over 465 now, but SSL is a vital part.

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

4 participants