SimonEireconsulting
IS-IT--Management
Hi All,
Anyone know how to stop ISA server converting https requests to http requests before IIS sees them??
Or, related to this, I am trying to force access to pages on our server (all within subdirectories from the root folder) to https only. Adding the IIS setting to do this does not work as ISA server is changing all https requests to http before IIS sees the requests.
I have tested this by putting in ASP code to all pages to check protocol used. If not secure then redirect. This code then goes into an infinite loop as IIS only ever sees http.
Anyone know how to stop ISA server converting https requests to http requests before IIS sees them??
Or, related to this, I am trying to force access to pages on our server (all within subdirectories from the root folder) to https only. Adding the IIS setting to do this does not work as ISA server is changing all https requests to http before IIS sees the requests.
I have tested this by putting in ASP code to all pages to check protocol used. If not secure then redirect. This code then goes into an infinite loop as IIS only ever sees http.