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

Added new parameter skipCertValidation #421

Merged
merged 6 commits into from
Jan 13, 2023

Conversation

sergey-koryshev
Copy link
Contributor

@sergey-koryshev sergey-koryshev commented Jan 12, 2023

Description: added new parameter --skipCertValidation (--skip-cert-validation) to group Global server command argument which allows to skip certificate validation during login

Related issue: #419

~ tfx login
TFS Cross Platform Command Line Interface v0.13.0
Copyright Microsoft Corporation
> Service URL: https://some-url
> Personal access token:
error: Error: Connection failed. Check your internet connection & collection URL.
error: Message: unable to get local issuer certificate

~ tfx login --skip-cert-validation
TFS Cross Platform Command Line Interface v0.13.0
Copyright Microsoft Corporation
> Service URL: https://some-url
> Personal access token:                                           
Logged in successfully

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.

tfx cannot handle TLS certificate issued by corp certificate authority
6 participants