Skip to content
Snippets Groups Projects
Commit afd378f8 authored by href's avatar href Committed by rinpatch
Browse files

host is now useless

parent ce1a42bd
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ def open(%URI{} = uri, opts) do
defp maybe_add_tls_opts(opts, %URI{scheme: "http"}), do: opts
defp maybe_add_tls_opts(opts, %URI{scheme: "https", host: host}) do
defp maybe_add_tls_opts(opts, %URI{scheme: "https"}) do
tls_opts = [
verify: :verify_peer,
cacertfile: CAStore.file_path(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment