Bug #6773 | JDBC Driver Support for User Defined Certificate KeyStores | ||
---|---|---|---|
Submitted: | 23 Nov 2004 15:52 | Modified: | 2 Dec 2008 16:11 |
Reporter: | Benjamin Armintor | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S4 (Feature request) |
Version: | 3.0.16 | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any |
[23 Nov 2004 15:52]
Benjamin Armintor
[23 Nov 2004 15:53]
Benjamin Armintor
proposed patch
Attachment: NonRegisteringDriver.java (application/octet-stream, text), 28.24 KiB.
[23 Nov 2004 15:54]
Benjamin Armintor
proposed patch
Attachment: Connection.java (application/octet-stream, text), 148.60 KiB.
[23 Nov 2004 15:54]
Benjamin Armintor
proposed patch
Attachment: MysqlIO.java (application/octet-stream, text), 98.87 KiB.
[9 Mar 2006 20:19]
Ralf Hauser
see also Bug #17320
[2 Dec 2008 16:11]
Tonci Grgin
Hi Benjamin. I believe this is fixed in c/J 5.1, see related Bug#36948: System.setProperty("javax.net.ssl.keyStore","c://jvms//jdk1.5.0//bin//bug36948"); System.setProperty("javax.net.ssl.keyStorePassword","*****"); System.setProperty("javax.net.ssl.trustStore","c://jvms//jdk1.5.0//bin//bug36948"); System.setProperty("javax.net.ssl.trustStorePassword","******");