[ openjms-Bugs-806377 ] HTTPS connector shouldn't convert host names
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #806377, was opened at 2003-09-15 18:11 Message generated for change (Comment added) made by tanderson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474136&aid=806377&group_id=54559 Category: server Group: v0.7.6-rc1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Tim Anderson (tanderson) Assigned to: Tim Anderson (tanderson) Summary: HTTPS connector shouldn't convert host names Initial Comment: If <HttpsConfiguration/> specifies a hostname for the 'host' attribute, it shouldn't be converted to an IP address. This causes problems for certificates created with "CN=<hostname> ...". E.g given a certificate created with "CN=localhost", trying to create a Connection will produce: java.io.IOException: HTTPS hostname wrong: should be <localhost>, but cert says <127.0.0.1> ---------------------------------------------------------------------- >Comment By: Tim Anderson (tanderson) Date: 2003-09-25 22:38 Message: Logged In: YES user_id=557161 Fixed in CVS. Will be available in the 0.7.6-rc2 release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474136&aid=806377&group_id=54559