I configured ADFS and am having issues accessing the metadata xml file and can't seem to find an answer.
If I go to
https://localhost/federationmetadata/2007-06/federationmetadata.xml
It works perfectly from the local ADFS server
If I go to
https://<IP Address>/federationmetadata/2007-06/federationmetadata.xml
it gives me "This page can't be displayed .... Turn on TLS1.0, TLS 1.1, and TLS 1.2 in Advanced settings ......". I get the same error if I use the internal server FQDN.
If I go to my external proxy address
https://fs.myexternaldomain.com/federationmetadata/2007-06/federationmetadata.xml
it gives me "502 - Web server received an invalid response while acting as a gateway or proxy server"
Any ideas what I'm doing wrong?