Skip to content

Commit 72fd93d

Browse files
authored
support ssl and ssl_opts connection options
1 parent 1087775 commit 72fd93d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/strategy.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ defmodule LibclusterPostgres.Strategy do
3232
password: Keyword.fetch!(state.config, :password),
3333
database: Keyword.fetch!(state.config, :database),
3434
port: Keyword.fetch!(state.config, :port),
35+
ssl: Keyword.get(state.config, :ssl),
36+
ssl_opts: Keyword.get(state.config, :ssl_opts),
3537
parameters: Keyword.fetch!(state.config, :parameters),
3638
channel_name: channel_name
3739
]

0 commit comments

Comments
 (0)