Force SSL/https url?

Is there anyway in Hsphere to srtup a domai nto force users to use the SSL connection on https?

this is fairly easy with a little server side code… can you just do it that way?

Just go to SSL settings and enable “Force SSL connection”.

[QUOTE=tanmaya]
Just go to SSL settings and enable “Force SSL connection”.
[/QUOTE]

Tried that, it had no effect what so ever.

[QUOTE=KCWebMonkey]
this is fairly easy with a little server side code… can you just do it that way?
[/QUOTE]

Have an example? This is a Windows server.

Open a ticket and we will do it manually on the server.

[QUOTE=tanmaya]
Open a ticket and we will do it manually on the server.
[/QUOTE]

Will the change force any http request to go to https?

Yes, it will show an error that only SSL connections are accepted.

[QUOTE=tanmaya]
Yes, it will show an error that only SSL connections are accepted.
[/QUOTE]

Ok thant’s not want I want. I want it redirected not an error.
I’ll just have to handle it in a script I guess.

Oh ok. This may help:
http://www.codeproject.com/aspnet/WebPageSecurity_v2.asp
http://www.aspfaq.com/show.asp?id=2321