Skip to content

Commit

Permalink
fix: host in db_handler is already a charlist (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 authored Oct 13, 2023
1 parent 01beaa1 commit 47569b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.12
0.9.13
2 changes: 1 addition & 1 deletion lib/supavisor/db_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ defmodule Supavisor.DbHandler do
[
verify: :verify_peer,
cacerts: [auth.upstream_tls_ca],
server_name_indication: String.to_charlist(auth.host),
server_name_indication: auth.host,
customize_hostname_check: [{:match_fun, fn _, _ -> true end}]
]

Expand Down

0 comments on commit 47569b0

Please sign in to comment.