You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/07/21 06:14:34 UTC

[GitHub] [shardingsphere] TeslaCN commented on issue #17596: Does sharding proxy support SSL? If so, how to configure it?

TeslaCN commented on issue #17596:
URL: https://github.com/apache/shardingsphere/issues/17596#issuecomment-1191082671

   > @TeslaCN What does it take to support SSL for the frontend channel communications? I'm new to the ShardingSphere project. If you can share some file references, I can try taking a stab at it.
   
   Here is something about MySQL SSL handshake protocol.
   https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_connection_phase.html#sect_protocol_connection_phase_initial_handshake_ssl_handshake
   
   Here is the frontend of ShardingSphere-Proxy.
   
   https://github.com/apache/shardingsphere/blob/8f898cc6501afb985dc157b7d9bbe414bdfae247/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/ShardingSphereProxy.java#L107-L119


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org