
When a MySQL SSL connection is made, the first packet from the client will contain the SSLRequest packet. This packet is a truncated normal auth packet and the real auth packet will be sent after SSL has been established. The MySQLClient protocol should read the client information for SSL connections after SSL has been established.