Mysql ssl configuration
Posted by: amine A
Date: December 26, 2017 02:24PM

Hi,
I have a java application on server1 and mysql on server2, I want to configure ssl on both.
This is my 4th day on subject, I already read all doc but nothing resolve my problem.

To configure ssl I don't want to generate anything, I already have signed certificate that my client gave me to configure ssl.

For server1: I have a chained certificate (server2.crt) with 3 certificate inside, i assume it's the root, the intermidiate and user certicate. And a private key server2.pem

Same for server2

here what I tried :
- serverside
Ssl-ca=Server2.crt (the chained certificatr)
Ssl-cert=server2.crt
Ssl-key=server2.pem

- clientside
I imported to the truststore the root ca that I extracted from server2.crt


I imported the server1.crt+server1.pem to the keystore with using pk12

Please help none of this works, and I keep having sslhandshakeexeption unsuported certificate...

Options: ReplyQuote


Subject
Written By
Posted
Mysql ssl configuration
December 26, 2017 02:24PM
January 04, 2018 11:27AM


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.