...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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 |