Hi all,
I currently have a single MobiControl server hosting both the deployment and management services. Due to our security departments concerns, we have to disable TLS 1.0 and 1.1 in the near term. I tested this with our current environment, and although it seems that the web console works fine, all of our Windows Mobile devices were unable to connect once disabled. Re-enabling TLS 1.0 allowed the devices to reconnect. Soti support confirmed that older versions of WM may not support TLS 1.2.
So, as a way around this, I need to separate out the deployment server and management server into 2 servers so I can have the web console on it's own instance with TLS 1.0/1.1 disabled, and then the deployment server for the device communication will have them enabled. I can then whitelist the firewall for TCP/5494 for only the source device IPs which we will always know to make our security team happy for that and also https will not have TLS 1.0 enabled.
Is there a best path to make this happen? I know that multiple deployment servers can be used in an environment, so does it make sense to setup another server as a "failover" and then can have a way to migrate into that new server permanently?
Or, can I just build a new deployment server, stop the services on server 1, start the services on server 2, and then make a firewall NAT change to send traffic from our current public IP (and same URL) to send TCP/5494 to the new server?
Thanks for any help or advice.