in `example/cpp20_intro_tls.cpp`, it does ``` conn->next_layer().set_verify_mode(asio::ssl::verify_peer); conn->next_layer().set_verify_callback(verify_certificate); ``` before `async_exec`. I wonder whether this survives auto-reconnect? If not, where should I reinstate these for new connections?