mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix SSL setup. Fixes #1817
This commit is contained in:
parent
8b2832bbc7
commit
bde3dd845b
@ -290,7 +290,8 @@ class Connection(BaseConnection):
|
||||
database=database,
|
||||
user=user,
|
||||
password=password,
|
||||
async=self.async
|
||||
async=self.async,
|
||||
sslmode=mgr.ssl_mode
|
||||
)
|
||||
|
||||
# If connection is asynchronous then we will have to wait
|
||||
|
Loading…
Reference in New Issue
Block a user