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

When transport tlsclientconfig InsecureSkipVerify is true it should skip checking certificates #12

Open
jonee opened this issue Jun 6, 2021 · 1 comment

Comments

@jonee
Copy link

jonee commented Jun 6, 2021

When transport tlsclientconfig InsecureSkipVerify is true it should skip checking certificates.

I had a use case where most of the time we have to check for certificate validity but other times we skip it. Also in development it should skip checking it altogether.

@jonee
Copy link
Author

jonee commented Jun 6, 2021

Here is a patch to bring own tls client config so you could ideally have custom rootcas and flag InsecureSkipVerify as needed.

jonee@e247171

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

No branches or pull requests

1 participant