if set ssl='require' in connection payload throwing error for "Client network socket disconnected before secure TLS connection was established" #764
Unanswered
Praveenraj-goxai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Package version -3.4.3
we initially passed ssl=false, if SSL is disabled in the database server - it worked fine
But for neon psql it asks for ssl='require'. We have added the changes and it works fine for neon.tech psql DB. But other than neon DB are throwing error "Error: Client network socket disconnected before secure TLS connection was established"
Some database connection need to pass ssl='require' and for some ssl=false .if SSL certificate is not required. Which is the standard way.
Regards,
Praveenraj S
Beta Was this translation helpful? Give feedback.
All reactions