You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does crystal-pg support sslmode=require? I am currently unable to connect to a database that requires SSL via crystal-pg and I am wondering if the issue is related.
Given a lot of people use
cleartext
auth method to connect to DBs hosted by Azure and CockroachLabs.I think it's time to implement
sslmode=verify-full
to protect these use cases.The text was updated successfully, but these errors were encountered: