Cannot use Connector with SQL Server if SSL is enforced #230
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
type: docs
Improvement to the documentation for an API.
Bug Description
I guess this should be considered a bug. I know that we do not need to enforce SSL when using a Connector, since it handles secure connection for us. However, on the other hand, with PostgreSQL and MySQL, we can use Connector even when SSL is enforced, so this makes SQL Server an exception where it doesn't work.
I know that Connector returns tedious options with
encrypt: false
so that connection is not double-encrypted. But perhaps there should be a way fortedious
to know that we are already passing secure connection.Example code
Stacktrace
How to reproduce
Environment details
The text was updated successfully, but these errors were encountered: