Use tlsv1.2 for OpenID Connect (#651)

* use tlsv1.2

* Update config.exs
This commit is contained in:
Po Chen
2022-05-27 03:35:20 +10:00
committed by GitHub
parent d99f6b4fa6
commit a5e9acdee0

View File

@@ -129,6 +129,8 @@ config :fz_http, FzHttp.Vault,
config :fz_http, FzHttp.Mailer, adapter: FzHttp.Mailer.NoopAdapter
config :openid_connect, :http_client_options, ssl: [versions: [:"tlsv1.2"]]
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"