We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. Is there a way to pass in custom tls configurations? Specifically, I'd like to enforce TLS1.2 and restrict ciphersuites.
If there is no way to customize this, are there any plans to implement this in the future?
If there are no plans to implement this, is this the location where the TLS configuration can be customized? As in, is there anywhere else where the tcp connection is overwritten? https://github.com/denisenkom/go-mssqldb/blob/master/tds.go#L1257
The text was updated successfully, but these errors were encountered:
That's not a bad idea. It would probably live in the Connector.
Sorry, something went wrong.
Can you look at #592 and review?
No branches or pull requests
Hi. Is there a way to pass in custom tls configurations? Specifically, I'd like to enforce TLS1.2 and restrict ciphersuites.
If there is no way to customize this, are there any plans to implement this in the future?
If there are no plans to implement this, is this the location where the TLS configuration can be customized? As in, is there anywhere else where the tcp connection is overwritten?
https://github.com/denisenkom/go-mssqldb/blob/master/tds.go#L1257
The text was updated successfully, but these errors were encountered: