Re: Problem in establishing a SSL enabled connection from a Java application to MySQL 5.0.11
Posted by: Mark Matthews
Date: September 06, 2005 09:25PM

Sh r wrote:
> Hi,
> I am trying to establish a SSL enabled connection
> from a Java application to MySQL (version
> 5.0.11-beta-nt). I am using Connector/J 3.1.10. As
> I have set the debugging properties
> javax.net.debug=all, so I can see whats going on
> during the SSL handshake. Problem is, the SSL
> handshake suddenly aborts giving me the following
> error message
[snip]
> It would be really nice if anyone with experience
> in this mattter could help me out.
> Thanks in advance
>
> -sh

Sh,

It seems to be an incompatibility between the new "internal" SSL implementation (YaSSL) and JSSE (the SSL implementation built into Java).

I've reproduced your error here, and have filed it as a bug, so that the relevent developers know about the issue so it can get fixed, and you can track its progress:

http://bugs.mysql.com/bug.php?id=13029

(Incidently, a MySQL server built against OpenSSL works fine)

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: Problem in establishing a SSL enabled connection from a Java application to MySQL 5.0.11
September 06, 2005 09:25PM


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.