We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in example/cpp20_intro_tls.cpp, it does
example/cpp20_intro_tls.cpp
conn->next_layer().set_verify_mode(asio::ssl::verify_peer); conn->next_layer().set_verify_callback(verify_certificate);
before async_exec.
async_exec
I wonder whether this survives auto-reconnect? If not, where should I reinstate these for new connections?