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 Issue (OpenSSL::SSL::SSLError) #1496

Closed
1 task done
valentin2105 opened this issue Apr 11, 2017 · 10 comments
Closed
1 task done

SMTP Issue (OpenSSL::SSL::SSLError) #1496

valentin2105 opened this issue Apr 11, 2017 · 10 comments
Labels
bug Something isn't working

Comments

@valentin2105
Copy link
Contributor

Hi,

There is an issue with last commits,

I go hundred of Mail issue while sending them :

OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed

(sidekiq logs)

Any idea what it it ?

I use MailGun, so I don't think they forget to renew they certificates.

  • I searched or browsed the repo’s other issues to ensure this is not a duplicate.
@mjankowski
Copy link
Contributor

What's your general server setup and how is ruby installed?

@valentin2105
Copy link
Contributor Author

I use Dockerfile and Docker-compose.yml from the Git Repo.
Not any specific change on my configuration.

( It worked from days)

@valentin2105
Copy link
Contributor Author

It's exactly the same issue (I don't comment on this, because is not a Gandi issue. )

@ToroNZ
Copy link

ToroNZ commented Apr 11, 2017

Same for me with SparkPost:

OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed

@ToroNZ
Copy link

ToroNZ commented Apr 11, 2017

Can confirm that after following these changes it works.
https://github.com/tootsuite/mastodon/pull/1486/files

docker-compose stop
docker-compose build
docker-compose up -d

And it's running fine.

@kyzh
Copy link

kyzh commented Apr 11, 2017

@valentin2105 did you check the security rule/firewall rule?
They block smtp out by default.
@ToroNZ can you confirm that it worked for you in the PR #1486

@zaksoup
Copy link

zaksoup commented Apr 11, 2017

I just started seeing this with Mailgun. Will check PR #1486

@ToroNZ
Copy link

ToroNZ commented Apr 11, 2017

Yeap, #1486 solves it.

@wxcafe
Copy link
Contributor

wxcafe commented Apr 11, 2017

@valentin2105 please confirm that your problem is fixed and close the issue

@wxcafe wxcafe added bug Something isn't working priority - medium labels Apr 11, 2017
@valentin2105
Copy link
Contributor Author

I have checked out to tag v1.1.1, so I don't know if it's fixed, it work in 1.1.1.
I think #1486 will fix it.

ClearlyClaire added a commit to ClearlyClaire/mastodon that referenced this issue Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants