Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SQL Server #223

Open
rgl opened this issue Aug 19, 2020 · 0 comments · May be fixed by #224
Open

Add support for SQL Server #223

rgl opened this issue Aug 19, 2020 · 0 comments · May be fixed by #224

Comments

@rgl
Copy link

rgl commented Aug 19, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant