-
Notifications
You must be signed in to change notification settings - Fork 87
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
SSL handshake throwing "No common named group" exception #361
Comments
My web searching says this error is due to a bug in Java 11.0.11 or a specific version of OpenJDK. What version of Java are you using? Which JDK? The solution might be to upgrade either or both. https://bugs.openjdk.org/browse/JDK-8242565 |
Thanks, I found that, but I'm using the standalone version of davmail, so I believe it's whatever Java comes packaged with davmail. The reference bug seems to have been resolved a few years ago, so it's strange that a recent update would introduce it. Unless the bug was reintroduced to a new version of Java. I tried figuring out what changed in between versions, but couldn't make heads or tails of it. |
Standalone version of DavMail? What do you mean? |
https://sourceforge.net/projects/davmail/files/davmail/6.2.2/davmail-6.2.2-3546-windows-standalone.zip/download |
Ah, I don't use Windows. On Linux and the Mac (I think), you have to install Java separately to use DavMail. Maybe the standalone version for Windows just needs to include a newer version of Java or OpenJDK, but I don't know how that's packaged. |
Interesting. I'll try installing OpenJDK on the system and use the non-standalone version to see if that resolves the issue. |
Yup, that fixed it, thanks! |
This means we were unlucky and onboarded a JDK with the issue on release day, anyone can check latest trunk build from Github home page? |
Ah, right. @hudcap , can you download https://ci.appveyor.com/api/projects/mguessan/davmail/artifacts/dist%2Fdavmail-6.2.2-trunk-windows-standalone.zip?job=Environment%3A%20JAVA_HOME%3DC%3A%5CProgram%20Files%5CJava%5Cjdk1.8.0 and test it? If it works, then this issue can be closed. |
@esabol Just tried it from that link and unfortunately, I am receiving the same error as before. |
Then I guess the JDK included with the trunk builds has not been updated. |
First of all, thank you for this awesome software!
I'm running DavMail in server mode with SSL on Windows 11, using the standalone davmail version that comes with Java
Everything worked fine in 6.2.1-3496
Upgraded to 6.2.2-3546, and now when Gmail fetches via POP, Java throws a "No common named group" exception
It works fine when I test the connection from Python
Error log:
The text was updated successfully, but these errors were encountered: