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

Issue with sslcheck flag #97

Merged
merged 2 commits into from
Mar 10, 2023
Merged

Issue with sslcheck flag #97

merged 2 commits into from
Mar 10, 2023

Conversation

duncangrant
Copy link
Contributor

There was a global flag and a command flag and both are not supported so now there's only a command flag

Also updated to latest go, which had some knock-on effects.

There was a global flag and a command flag and both are not supported
so now there's only a command flag

Also updated to latest go, which had some knock-on effects.
cli/app/app.go Outdated
//&cli.BoolFlag{
// Name: "skipSslChecks",
// Usage: "Skip verification of server's certificate chain and hostname (for use with self-signed certs)",
//},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll remove this

@duncangrant
Copy link
Contributor Author

I've built this locally using go build and it fixes the flag issue however I can't get the docker build to work locally so I don't know how this will work in CI. It passes though so I guess it's ok.

Copy link
Contributor

@jcabrerizo jcabrerizo left a comment

Choose a reason for hiding this comment

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

Thanks for this @duncangrant. Updating the GO version has been on my todo list for a while

@duncangrant duncangrant merged commit 49d87ae into master Mar 10, 2023
@duncangrant duncangrant deleted the fix-sslcheck branch March 10, 2023 16:54
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 this pull request may close these issues.

2 participants