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

how to hook into the TLS handshake #308

Closed
rgl opened this issue Oct 21, 2017 · 1 comment · May be fixed by #592
Closed

how to hook into the TLS handshake #308

rgl opened this issue Oct 21, 2017 · 1 comment · May be fixed by #592

Comments

@rgl
Copy link

rgl commented Oct 21, 2017

I would like to monitor/troubleshoot TLS certificate issues by integrating go-mssqldb into https://github.com/square/certigo, but for doing that, I need a way to pass a instance of tls.Config into go-mssqldb (something like I do at rgl@b99b7b4).

Can you provide some guidance on how should I do that? Would this feature be accepted as a PR?

@kardianos
Copy link
Collaborator

You could implement the go1.10 connector interface.

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.

2 participants