crystal-pg icon indicating copy to clipboard operation
crystal-pg copied to clipboard

Proper implementation of `sslmode=verify-full`

Open cyangle opened this issue 4 years ago • 2 comments

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.

cyangle avatar Dec 15 '21 06:12 cyangle

Yes, this would be a good feature, and I'd be happy to help someone write it.

will avatar Jan 04 '22 13:01 will

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.

steve-bitdotio avatar Feb 23 '23 17:02 steve-bitdotio