We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ssl: true
1 parent 0eb228f commit 567ea8aCopy full SHA for 567ea8a
lib/postgrex/protocol.ex
@@ -94,8 +94,8 @@ defmodule Postgrex.Protocol do
94
95
{true, opts} ->
96
case Keyword.pop(opts, :ssl_opts) do
97
- {nil, _opts} ->
98
- [cacerts: :public_key.cacerts_get()] ++ default_ssl_opts()
+ {nil, opts} ->
+ {[cacerts: :public_key.cacerts_get()] ++ default_ssl_opts(), opts}
99
100
{ssl_opts, opts} ->
101
Logger.warning(":ssl_opts is deprecated, pass opts to :ssl instead")
0 commit comments