Hello,
I've got stunnel and https working on my install, but I'm now wondering how I can redirect HTTP (80) requests to HTTPS (443). Is there a method for disabling non-secure web access?
Why would you want to automatically redirect.. Makes zero sense...You know the port you need... Regardless this is not something blue Iris would do since the port is closed and it would never know...Automatic redirection.
Redirect HTTP to HTTPS automatically | GoDaddy Help US
This is a very normal thing in the web world. If user goes to cameras.company.com, they are automatically redirected to https://cameras.company.com. Usually this is handled by the web server such as IIS, nginx, apache, etc.
I can disable port 80, but that wouldn't automatically redirect users to port 443.
If its so common you should be able to find a way to do this...blue iris cannot as you it will never even know an attempt was made over port 80...They all should be using a link or shortcut, do you expect them to remember the URL?To simplify the user experience for employees and executives that log into the system, no other reason than that. I know the port I need, but trying to get some of these guys to remember https or :443 is next to impossible. I'm avoiding the inevitable after-hour phone calls that I know I'll get from users unable to log into the system. Like I said, it's common in the web world, you hit https redirects dozens of times every day without noticing.