Package io.deephaven.server.session
Interface SslConfigModule
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic SSLConfigThe client SSL configuration is the first ofServerConfig.outboundSsl(),ServerConfig.ssl(), orSSLConfig.empty().
-
Method Details
-
providesSSLConfigForClient
The client SSL configuration is the first ofServerConfig.outboundSsl(),ServerConfig.ssl(), orSSLConfig.empty(). In addition,TrustJdkis mixed-in.- Parameters:
config- the server configuration- Returns:
- the client SSL configuration
-