Skip to content

feat: add TLS URL parameters #2076

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benweissmann
Copy link

Fixes #2024

@benweissmann benweissmann changed the title Add TLS URL parameters feat: Add TLS URL parameters Apr 23, 2022
@benweissmann benweissmann changed the title feat: Add TLS URL parameters feat: add TLS URL parameters Apr 25, 2022

o.TLSConfig.MinVersion = uint16(q.int("TLSMinVersion"))
o.TLSConfig.MaxVersion = uint16(q.int("TLSMaxVersion"))
o.TLSConfig.InsecureSkipVerify = q.bool("TLSInsecureSkipVerify")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these options TLSMinVersion/TLSMaxVersion/TLSInsecureSkipVerify documented anywhere?

@vmihailenco
Copy link
Collaborator

Before merging this, we should check if these or similar options are already used anywhere. If not, we should consider using ?tls_min_version instead of ?TLSMinVersion.

@vmihailenco vmihailenco added the wait Can’t be processed temporarily for other reasons label Oct 6, 2022
@gaby
Copy link

gaby commented Sep 10, 2023

@benweissmann @vmihailenco Any updates on this ?

@apurvasaraiya
Copy link

@benweissmann @vmihailenco, any ETA for these changes to be released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wait Can’t be processed temporarily for other reasons
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support specifying TLS options in connection string
4 participants