-
Notifications
You must be signed in to change notification settings - Fork 131
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
Basic auth and HTTPS #63
Comments
Same problem. Alternatively, I would accept an option to ignore certificate validation failures. |
Thanks. I will look into this, but it won't be until after New Years. On Wed, Dec 23, 2015 at 3:02 PM, markjgardner notifications@github.com
|
I would like to add that it will be nice to have the ability to use personal access token in on premise TFS server. this issue is blocking my team selecting TFS as our cross platform automation system. |
Any update? This still appears to be a problem. And asking users to send their enterprise domain credentials across the network unencrypted when using on premises TFS seems like a rather large security hole that Microsoft has not addressed and the problem has been known for over 6 months. |
@grawcho - note that this tfs-cli issue and "cross platform automation system" are a bit orthogonal. The new vsts-agent supports ntlm across platforms so you should be unblocked on the automation system side: https://github.com/Microsoft/vsts-agent |
Using basic auth with an HTTPS endpoint cause the following error :
It seems to be the same problem I had with Git : http://blogs.msdn.com/b/phkelley/archive/2014/01/20/adding-a-corporate-or-self-signed-certificate-authority-to-git-exe-s-store.aspx
So how I can specify my certificate file ?
(Trace doesn't help, CLI version is 0.3.3)
The text was updated successfully, but these errors were encountered: