Astarte.RPC.Config.amqp_connection_ssl_disable_sni

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

amqp_connection_ssl_disable_sni(namespace \\ nil)

View Source

Specs

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

Disable Server Name Indication. Defaults to false.

Calling Astarte.RPC.Config.amqp_connection_ssl_disable_sni() will ensure the following:

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