Skip to content

Commit

Permalink
fix: ssl_opts is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Oct 24, 2024
1 parent f939ce6 commit ced374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arrow/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Arrow.Repo do

Keyword.merge(config,
password: token,
ssl_opts: [
ssl: [
cacertfile: Path.join(:code.priv_dir(:arrow), "aws-cert-bundle.pem"),
verify: :verify_peer,
server_name_indication: String.to_charlist(hostname),
Expand Down

0 comments on commit ced374d

Please sign in to comment.