Right. We have Serco Facility and ePortal. I've got external accss up and running, using a reverse proxy sorted out by county. I've got IIS set up so that requests to
OpenDNS go straight to the ePortal folder. What I'm trying to do now is set things up so that, not only is SSL required, but users are redirected to an SSL version of sPortal automatically.
Can i get this to work? No i can't.
I've tried creating a custom asp or html pages containing either redirection code gleened from various sources, set these as the error page for the http 403.4 error as advised, and set SSL access only on the relevant websites.
At best I get a 401 (page not found error); at worst I see actual asp code displayed on screen and not parsed correctly.
Currently I'm trying a htm page with javascript to redirect. Accessing eportal with
EduGeek.net gets me the 401 page (doing this without the SSL/redirection set up gets me to
http://servername/eportal fine).
Any clues? Obviously i want SSL setup and working before we start letting anyone access from offsite..