Hello, i have followed many of the articles out there to configure IIS Rewrite rules for HTTP to HTTPS redirection.
I currently have it working when i test it locally on the server. however when i try to access it outside of the server from the outside, the connection times out and i get IE 11 error 'This page can’t be displayed'
a bit about the configuration, i have a separate IIS site on port 80 (no host header) with the rewrite rules. and an SSL site on the same server (no SSL binding set)
I have verified that firewall ports are open on port 80 / 443.
Can any one offer any feedback on this issue, thanks