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

Unable to connect to gmail IMAP #9

Open
scott opened this issue Oct 3, 2019 · 1 comment · Fixed by #11
Open

Unable to connect to gmail IMAP #9

scott opened this issue Oct 3, 2019 · 1 comment · Fixed by #11

Comments

@scott
Copy link
Member

scott commented Oct 3, 2019

I noticed that this is no longer able to connect to gmail IMAP. I don't think this is directly a problem with the gem, and more an issue with ruby 2.4/2.5 being able to connect due to an openSSL problem.

@gossnj
Copy link
Contributor

gossnj commented Dec 20, 2019

Looks like you're right. https://stackoverflow.com/questions/56065614/ruby-net-imap-getting-opensslsslsslerror-self-signed-certificate

I tried the patch suggested ({ssl_version: :TLSv1_2}) on Ruby 2.4.1 and I was able to get POP to work and IMAP further along, though it still ran into problems past the certificate.

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

Successfully merging a pull request may close this issue.

2 participants