Channels
announcements
ask-marvin
best-practices-coordination-plane
data-ecosystem
data-tricks-and-tips
events
find-a-prefect-job
geo-bay-area
geo-berlin
geo-boston
geo-chicago
geo-colorado
geo-dc
geo-israel
geo-japan
geo-london
geo-nyc
geo-seattle
geo-texas
gratitude
introductions
marvin-in-the-wild
pacc-clearcover-june-12-2023
pacc-may-31-2023
ppcc-may-16-2023
prefect-ai
prefect-aws
prefect-azure
prefect-cloud
prefect-community
prefect-contributors
prefect-dbt
prefect-docker
prefect-gcp
prefect-getting-started
prefect-integrations
prefect-kubernetes
prefect-recipes
prefect-server
prefect-ui
random
show-us-what-you-got
Powered by
Title
a
Amol Shirke
08/03/2022, 12:43 PM
Hi, How I make SSL connection while connecting to postgres db?
✅ 1
a
Anna Geller
08/03/2022, 4:16 PM
no expert but some pointers: The use of SSL can be driven by the
sslmode=value
option on the psql CLI or the
PGSSLMODE
environment variable
to use it for DB connection for Prefect, I believe you need to add ssl=true to your connection string:
"<postgresql://x:y@z:5432/psql?ssl=true>"
a
Amol Shirke
08/03/2022, 5:30 PM
Yep added that
I found its not prefect but certificate issue now
Thanks
🙌 1
9 Views
#prefect-community
Join Slack