-1

When installing Azure DevOps Server 2019 upd 1.1 with default settings (minus database coupling of course), the system is setup with a self signed SSL certificate and HTTPS redirection.

This is to be published using a reverse SSL/TLS-proxy server with a live certificate. However, in this case, I need to disable the HTTPS requirements on my Azure DevOps Server 2019 upd 1.1 setup.

There is no setting available in the Azure DevOps Server Administration Console for disabling SSL redirect. Is there another way of achieving this?

Dennis
  • 871
  • 9
  • 29

1 Answers1

1

You can try to change the public URL in Administration Console. Here are the steps:

  1. Open your IIS manager
  2. Add site bindings: enter image description here
  3. Change Public URL in Administration Console: enter image description here
  4. Open your IIS and set the value of sslOnly to false in application settings: enter image description here
Walter
  • 2,640
  • 1
  • 5
  • 11
  • It doesn't fix ssl redirect and breaks ssl access... Disabling only sslOnly doesn't break anything, but it doesn't remove ssl redirect. – Dennis Sep 22 '20 at 10:52
  • @Dennis Can you try the steps provided by Vladimir Khvostov in [this ticket](https://developercommunity.visualstudio.com/content/problem/715681/redirection-issue-in-tfs.html)? – Walter Sep 23 '20 at 03:12
  • Yes, but I will ned to set up a new test environment. I'm not comfortable with messing around with the DB in production :/ – Dennis Sep 28 '20 at 15:19
  • Feel free to let me know if you're still blocked, I'll try my best to help. – Walter Sep 29 '20 at 05:30
  • I'll check back in a week or two. Has some more urging matters at the moment :/ – Dennis Sep 30 '20 at 09:27
  • It's ok. I will wait for your reply. – Walter Oct 02 '20 at 09:45