SslServerContext class
- class V12.FIXAntenna.SslServerContext
Server specific SSL context. This context type is used to establish secured connection on the server side.
FAProperties.get_ssl_server_context()
returns the instance populated with the same data as used with engine’s wide SSL server sockets.- __init__([protocols : int, configurator : SslContextConfigurator]) SslServerContext
Creates a server specific SSL context and returns it.
- Parameters:
protocols (int) – Defines which protocols are allowed to use.
configurator (SslContextConfigurator) – Custom SSL context configurator.
- Returns:
Newly created
SslServerContext
instance- Return type: