Structure
MySQLProtocol.SSLRequest
Protocol::SSLRequest:struct SSLRequest
Overview
SSL Connection Request Packet. It is like Handshake Response Packet but is truncated right before username field. If server supports CLIENT_SSL capability, client can send this packet to request a secure SSL connection. The CLIENT_SSL capability flag must be set inside the SSL Connection Request Packet.
https://dev.mysql.com/doc/internals/en/connection-phase-packets.html#packet-Protocol::SSLRequest
Topics
Initializers
Instance Properties
capabilitiescapability_flags(4) capability flags of the client as defined inProtocol::CapabilityFlagsCLIENT_SSLalways setcharacterSetcharacter_set(1) connection’s default character set as defined inProtocol::CharacterSet.maxPacketSizemax_packet_size(4) max size of a command packet that the client wants to send to the server