MySQL Forums
Forum List  »  Router & Proxy

Re: How to implement mysql consolidation strategy with multiple instances?
Posted by: William Frezno
Date: January 19, 2022 03:24PM

I have got a idea how this might work and it could have some encyption features too.
1. Application server tries to acces proxy server which encrypts the traffics and sends it to Reverse Proxy server that is located at the database. Then based on SNI that the TLS proxy assigned, it will redirect the traffic to the right database.
So question1 What layers does mysql connect to the server and how can I encrypt it and decrypt it and set a tls sni?

Options: ReplyQuote




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.