microsoft / TFSDemoGenerator

A utility to help create projects on Visual Studio Team Foundation Server with pre-populated sample content that includes source code, work items, iterations, service endpoints, build and release definitions based on a template you choose. The purpose of this system is to simplify working with the hands-on-labs, demos and other education material provided by the Microsoft Visual Studio Marketing team.
MIT License
15 stars 17 forks source link

Issue with connecting to TFS instance with https #5

Open lchwastyk opened 5 years ago

lchwastyk commented 5 years ago

I work in environment where I have 2 instances of TFS (on-premise), the first one is using http the second one https, TFSDemoGenerator is working fine with http but when I try to use https I'm having "LoginFailed: One or more errors occurred". Is there any workaround for this or simply https is not supported?

hsachinraj commented 5 years ago

Hi,

We unfortunately do not support https at the moment. I am adding msssupport team to confirm. Our plan is too make the vsts demo generator open source soon and when we do, you will be able to run it for your on premise with a little hack.

Thanks, Sachin

Sent from my iPad

Sachin Raj +1 425 533 4967

On Oct 11, 2018, at 9:22 PM, lchwastyk notifications@github.com<mailto:notifications@github.com> wrote:

I work in environment where I have 2 instances of TFS, the first one is using http the second one https, TFSDemoGenerator is working fine with http but when I try to use https I'm having "LoginFailed: One or more errors occurred". Is there any workaround for this or simply https is not supported?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Microsoft/TFSDemoGenerator/issues/5, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMYAGp6G1fghzi993MA1WNMuHI5N1n5Cks5ukBkYgaJpZM4XYxDU.

lchwastyk commented 5 years ago

Hi Sachin Thanks for fast response, I'm looking forward to get this little hack or open source files :)

nk111 commented 5 years ago

Same problem here. Not able to connect with https... Any updates?

michha commented 4 years ago

@hsachinraj any update on making this project open source? I would like to add a pull request for this as it would be better to just enter the complete collection url in the login form (instead of uri protocoll, servername, /tfs yes no, collection name)

felixlahn commented 3 years ago

@hsachinraj I'm also very interested in using https, but I still get "LoginFailed: One or more errors occurred." when trying to use port 443. However it works fine on port 80. Are there any updates?