Reference

boost::redis::connection::get_ssl_context

(Deprecated) Returns the ssl context.

Synopsis

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