Re: MySQL on 3306 with MySQL SSL on 3307
I will not speculate on what you do with your network traffic before it reaches MySQL's server host and port, as long as it's getting there in the same shape or form a supported client would generate it.
Yes, the MySQL server can support both SSL encrypted and unencrypted connections on the same port. For more details on the steps see the excellent network protocol documentation :
http://dev.mysql.com/doc/internals/en/connection-phase.html#section-handshake-phase.
Now you'll need to configure it in such a way that it will actually support this.
This is typically done through specifying an ssl private key, and ssl certificate and optionally an ssl CA (either a file or a directory).
I suggest you study
http://dev.mysql.com/doc/refman/5.6/en/ssl-connections.html for the details on how to set this up.
Subject
Views
Written By
Posted
19685
June 07, 2013 12:33AM
6733
June 07, 2013 05:27AM
4781
June 07, 2013 05:41AM
Re: MySQL on 3306 with MySQL SSL on 3307
4379
June 07, 2013 06:16AM
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.