You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without storing username and password, proxy can not complete the authentication without real backend servers. Proxy needs to fake handshake and response for both clients and servers. But if we route by SNI, we only need to fake inital handshake for clients and parse SSL request from clients. It greatly simplify the parsing of mysql protocols, leaving clients to real servers.
This can remove literally lots of code of the complex frontend/backend logic.
inital handshake
for clients and parseSSL request
from clients. It greatly simplify the parsing of mysql protocols, leaving clients to real servers.The text was updated successfully, but these errors were encountered: