Anyone have any ideas on how to force web connections to SSL on the server? I can't find any info, so I'm assuming this would be something that would have to be scripted into the login.html? Please let me know if you have any suggestions.
Thanks!
<script>
if(location.href.indexOf('http://') != -1)
{
location = "https://YourServerIP/login.html";
}
</script><script language="javascript">Users browsing this forum: Google [Bot] and 1 guest