Is there a way to get http traffic on the Management server to redirect to https?
Is there a way to get http traffic on the Management server to redirect to https?
Management server use port 443 for most traffic by default, and you can change the port to be used with MCadmin.exe
For a small amount of Management server traffic that use http (port 80), the only reason is probably that the other end use http.
Agreed. What I am asking is how to redirect all http traffic to https. For example, when I type in the management url into a web browser, I don't want to have to remember to type in https, but would like the server to automatically switch it over to https. I know how to do this in IIS using URL Rewrite with a 301 redirect, but I'm not sure how to make this happen with MobiControl.
When I said the other end using http, I was referring to external services required to support some management functions of the management server, not a web-browser running MobiControl web console. I don't think it's possible to blindly redirect ALL http traffic to https (port 443).