prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

More secure SQL Server default TLS setting #317

Closed pimeys closed 3 years ago

pimeys commented 3 years ago

This means without defining the encrypt parameter, the current behavior would mean we enable TLS for the login, and turn it off for all other communication with the database.

The new default just keeps TLS on for the whole session. It's 2021, all sites use HTTPS already and why would the database connection be different...

Closes: https://github.com/prisma/prisma/issues/8863