Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS 2018 - remove HTTPS

Tags:

http

tfs

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.

like image 735
Frank Avatar asked Dec 21 '17 20:12

Frank


1 Answers

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

like image 67
Black Frog Avatar answered Nov 05 '22 06:11

Black Frog