Skip to content

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

Instance Methods

Relationships

Conforms To