Record - rabbitmq : SecureSocket

Provides configurations for facilitating secure connections.

Fields

  • trustStore TrustStore? (default ())
  • Configurations associated with the TrustStore.

  • keyStore KeyStore? (default ())
  • Configurations associated with the KeyStore.

  • tlsVersion string (default TLS)
  • TLS version.

  • verifyHostname boolean (default true)
  • True, if hostname verification should be enabled.