Bug 62657
Summary: | mozilla mail can't connect via TLS when using custom CAs | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Chris Ricker <chris.ricker> |
Component: | mozilla | Assignee: | Christopher Aillon <caillon> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ben Levenson <benl> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 7.3 | CC: | wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-04-25 07:43:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Chris Ricker
2002-04-03 21:28:48 UTC
Still true w/ RH 7.3 gold Is this still an issue? Here's what I see now with RHL 8. I set up two RHL 8 boxes, and configured Sendmail on both machines to do starttls. I tested that out thoroughly to make sure everything was working, and it looked good -- certs were being used for authentication, 168-bit encryption was being used, etc. I then converted one machine to a client -- stopped sendmail, and instead configured mozilla on it to connect to the remote smtp server. I made sure that worked without TLS first, and it did. On the client machine, I then imported a PKCS12 version of the client's cert into mozilla mail and configured it to use SSL when available. When I tried to connect to the server, it errored out because it couldn't decode the server certificate. This is the first bug -- it can't decode the cert b/c it doesn't recognize the CA with which its signed. For web, and for SSL-tunneled POP / IMAP, mozilla would at this point prompt the client to accept the CA.... I worked around this by putting up a web server which had a CGI to export the CA cert to the client. Now the client has the CA added, but it still errors out (client reports that "certificate presented by server is invalid or corrupted. -8192") I've done this with recent mozilla and thunderbird so I think this is solved. |