mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Use tlsv1.2 for OpenID Connect (#651)
* use tlsv1.2 * Update config.exs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user