2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-16 01:22:20 +00:00

Updated docs on SSL

This commit is contained in:
ruben
2020-04-05 14:56:18 +01:00
parent 0f0a299e5c
commit 710dd558db
3 changed files with 19 additions and 5 deletions

View File

@@ -55,6 +55,9 @@ void main_impl(int argc, char** argv)
argv[2], // password
"mysql_asio_examples" // database to use; leave empty or omit the parameter for no database
);
// connection_params accepts an optional ssl_options argument describing
// whether to use TLS on the connection or not. By default, TLS is enabled
// and required.
boost::asio::io_context ctx;