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
SQL Server does not uses a raw TLS connection, instead, it uses TLS over the TDS protocol, as such, we need to use the https://github.com/denisenkom/go-mssqldb library. I'm making a patch at denisenkom/go-mssqldb#592 that adds support for configuring the TLS client, when that is merged, it should enable us to use it in certigo.
Should I prepare a PR that adds support for SQL Server to certigo? What do you think?
The text was updated successfully, but these errors were encountered:
SQL Server does not uses a raw TLS connection, instead, it uses TLS over the TDS protocol, as such, we need to use the https://github.com/denisenkom/go-mssqldb library. I'm making a patch at denisenkom/go-mssqldb#592 that adds support for configuring the TLS client, when that is merged, it should enable us to use it in certigo.
Should I prepare a PR that adds support for SQL Server to certigo? What do you think?
The text was updated successfully, but these errors were encountered: