boost::redis::connection::get_ssl_context
(Deprecated) Returns the ssl context.
Synopsis
Declared in <boost/redis/connection.hpp>
asio::ssl::context const&
get_ssl_context() const noexcept;
Description
ssl::context has no const methods, so this function should not be called. Any TLS configuration should be set up by passing an ssl::context to the connection's constructor.
Return Value
The SSL context.
Created with MrDocs