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
Currently, we're using certify for accessing the host's certificate store.
It might be worth considering using Botan instead (https://github.com/randombit/botan).
The text was updated successfully, but these errors were encountered:
Perhaps, you could even consider using Botan as your (alternative) TLS provider, which then includes certificate validation with its system certificate store adapters, of course. I see you're using asio's ssl_stream that uses OpenSSL underneath. Botan provides a "more-or-less" drop in replacement for this. 🙂
Currently, we're using
certify
for accessing the host's certificate store.It might be worth considering using
Botan
instead (https://github.com/randombit/botan).The text was updated successfully, but these errors were encountered: