Skip to content

Commit 4ac6727

Browse files
committed
set SLL to true
1 parent a50b81f commit 4ac6727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scholarag/app/dependencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async def get_ds_client(
118118
port=settings.db.port,
119119
user=settings.db.user,
120120
password=password,
121-
use_ssl_and_verify_certs=False,
121+
use_ssl_and_verify_certs=True,
122122
)
123123
yield ds_client
124124
finally:

0 commit comments

Comments
 (0)