Skip to content

Commit

Permalink
feat: enable TLS verification
Browse files Browse the repository at this point in the history
  • Loading branch information
borgoat committed Oct 3, 2022
1 parent 47aaa93 commit 9e94329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_twelve_data/real_time_prices.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule ExTwelveData.RealTimePrices do
{"X-TD-APIKEY", api_key}
]

Keyword.merge([ssl_options: ssl_options, extra_headers: extra_headers], opts)
Keyword.merge([ssl_options: ssl_options, extra_headers: extra_headers, insecure: false], opts)
end

@doc """
Expand Down

0 comments on commit 9e94329

Please sign in to comment.