MySQL Forums
Forum List  »  Security

Re: Java SSL connection: "Signature does not match" error trying to import client cert
Posted by: Adam Monsen
Date: August 13, 2010 06:03PM

> I'm having no luck making a JDBC connection with the
> connection parameter "verifyServerCertificate" set to true

Apparently this requires using a server certificate signed by a trusted CA. See also: http://forums.mysql.com/read.php?30,380743,380743

Using a purchased SSL cert, I was able to make an SSL connection from Java using JDBC. Yay!

I think I've also found mention elsewhere of how to make your own self-signed/created/whatever CA a "trusted" CA.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Java SSL connection: "Signature does not match" error trying to import client cert
3209
August 13, 2010 06:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.