-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Thunderbird Plugin does not use configured custom CA certs #355
Comments
Ok. It's been forever since I set up my initial CA. So I just went and did it all again. This time, with a new tutorial, seems to have worked a bit better. After importing my new CA cert, Thunderbird no longer asks if I want to trust the certs for my imap connections. I also found the more button that showed me the missing "Global" section in the debug screen.... So the "User..." and "IPC..." options are now checked. Unfortunately, I still can't manage my sieve scripts:
|
Sorry for the late response. According to the to the logs you provided the TLS negotiation failed during initialization on the server side. In all cases I have seen, this message was caused by a broken server side configuration. To debug this you need to refer to your server's log, and look there for the reason why the server side failed to initialize. |
Somehow, I had ended up with more than just the encoded certificate in my .key and .crt files.... After regenerating them again, the plugin started working. Thanks for taking the time to respond to my issues. :) And thanks for making a very useful tool! |
Per #257 (comment) here is a new issue based on my comment here: #257 (comment)
System: Ubuntu 18.04 vm, Thunderbird 68.10.0. And version 0.5.0 of the addon from the github releases page.
I've created my own CA on the vm, and added it to the trusted CAs both in Ubuntu, and in Thunderbird. Thunderbird connects just fine to imap and smtp using the certs I signed with the CA.
Here is a screenshot of the Thunderbird Certificate Manager:
![tbirdcertmanager](https://user-images.githubusercontent.com/910764/90989930-08722a00-e552-11ea-9fad-5f5c2b86a08b.png)
As requested I turned on debugging. I did not see the Global section from thsmi's screenshot available to me.
Here is what I have:
When I click "Connect" this is what I see in the error console:
In text:
Is there anything else I can provide that would help?
Edit:
While double checking this wasn't an error on my end, I noticed that Thunderbird wasn't displaying the CA for the certs I signed with it.... So I'm looking into that.
The text was updated successfully, but these errors were encountered: