Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
Determines how to perform SSL negotiation with the server.
Defined in header <boost/mysql/ssl_mode.hpp>
enum ssl_mode
|
Name |
Description |
|---|---|
|
|
Never use TLS. |
|
|
Use TLS if the server supports it, fall back to non-encrypted connection if it does not. |
|
|
Always use TLS; abort the connection if the server does not support
it. Ignored by connections with |