For the complete documentation index, see llms.txt. This page is also available as Markdown.

1 - Connecting

Learn about the connection phase in the client/server protocol. This section details how clients establish initial communication with the server, including handshaking and authentication processes.

The connection phase involves an initial handshake where the client and server exchange capabilities, default settings, and authentication data to establish a session.

The sha256_password plugin manages authentication using SHA-256 encryption, supporting both clear text passwords over SSL and RSA encrypted password exchange.

This plugin implements the caching_sha2_password authentication method, using an in-memory cache for fast authentication or RSA encryption for full verification.

Last updated

Was this helpful?