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

[patch] Allow CLI to connect using --insecure-skip-tls-verify #175

Merged
merged 3 commits into from
Feb 13, 2023

Conversation

durera
Copy link
Contributor

@durera durera commented Feb 13, 2023

Currently, if you provide the server host and login token when using an OpenShift cluster with self-signed certificates the CLI will hang because we do not set --insecure-skip-tls-verify=true. The CLI will now prompt the user whether to use this flag or not.

image

@durera durera merged commit 5578ad4 into master Feb 13, 2023
@durera durera deleted the tlsverify branch February 13, 2023 14:23
@durera durera linked an issue Feb 13, 2023 that may be closed by this pull request
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.

CLI hang up at the very beginning
1 participant