Skip to content

Commit

Permalink
ssl opts change 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonis committed Jan 31, 2025
1 parent 9298496 commit 582de37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ config :challenge_gov, ChallengeGov.Repo,
# timeout: :infinity,
ssl_opts: [
cacertfile: "priv/certs/us-gov-west-1-bundle.pem",
verify: :verify_peer,
sslmode: :verify_full,
verify: :verify_none,
versions: [:"tlsv1.2", :"tlsv1.3"]
],
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "15"),
Expand Down

0 comments on commit 582de37

Please sign in to comment.