Astarte.DataAccess.Config.ssl_disable_sni

You're seeing just the function ssl_disable_sni, go back to Astarte.DataAccess.Config module for more information.
Link to this function

ssl_disable_sni(namespace \\ nil)

View Source

Specs

ssl_disable_sni(Skogsra.Env.namespace()) ::
  {:ok, boolean()} | {:error, binary()}

Disable Server Name Indication. Defaults to false.

Calling Astarte.DataAccess.Config.ssl_disable_sni() will ensure the following:

  • Binding order: [:system, :config]
  • OS environment variable: "CASSANDRA_SSL_DISABLE_SNI"
  • Type: :boolean
  • Default: false
  • Required: false
  • Cached: true