You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2024. It is now read-only.
I'm trying get certify working for a Async SSL Client (I have to use Async because I need to set a timeout). The stream is declared as:
beast::ssl_streambeast::tcp_stream stream_;
I don't find the matching function for setting host name and sni:
Does certify work in async mode?
Edit: Sorry, the title should read Async SSL instead.