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
For using TDS8 support needs to be added for connection property encrypt=strict.
Additional options such as 'mandatory', 'optional' also need to be added.
For strict option, ALPN sequence has to be set to "tds/8.0" in TLS setup.
More details here: TDS8
The text was updated successfully, but these errors were encountered:
This commit fixes#136. Adds support for TDS8. TDS8 connection
can now be used by specifying encrypt=strict. TrustServerCertificate=true
will not come into effect when encrypt is set to 'strict'.
For using TDS8 support needs to be added for connection property encrypt=strict.
Additional options such as 'mandatory', 'optional' also need to be added.
For strict option, ALPN sequence has to be set to "tds/8.0" in TLS setup.
More details here: TDS8
The text was updated successfully, but these errors were encountered: