Frank
Frank

Reputation: 693

TFS 2018 - remove HTTPS

I installed TFS 2018 and chose HTTPS only. Now I've changed my mind and want it to run on non-HTTPS. I changed the "Public URL" to http, removed the HTTPS bindings from IIS. But when I go to the TFS page in the browser, it's still forwarding to HTTPS. There are no redirects setup in IIS, which leads me to believe that the redirect is happening in TFS itself. Where I can I configure TFS to not operate under HTTPS?

I tried searching for an answer, but all roads lead to "how to configure TFS for HTTPS", nothing about removing it.

I've also tried different browsers, and cleared my cache to make sure the 301 wasn't being cached, which can happen.

Upvotes: 5

Views: 1351

Answers (1)

Black Frog
Black Frog

Reputation: 11713

Once you remove the Site Bindings for https, you have to edit the sslOnly flag under Application Settings. Change the public URL in Team Foundation Server Administration Console. And you should be good to go.

enter image description here

Upvotes: 5

Related Questions