My DMS is configured with IP addresses for every agent in the cluster.
Since I now enabled HTTPS in maintenancesettings I would expect I need to configure the DMS to use hostnames, but the connection remains working as normal with IP addresses only.
Why is that? Is my DMS actually using HTTPS or do I need to enabled something else too?
EDIT: My bindings in IIS already had no mention of http anymore.
Hi all,
I have a situation in our DMS (failover pair) that touches this topic closely, therefore I'm not creating a new question.
Our DMS is IP address based, so no hostnames are in place. We use IP addresses only at this moment.
I have configured the https as per user guide with the self signed certificate that lists the VIP IP address (and other IP addresses of that server) in SAN. The CN configured is the primary IP address of the server. First I kept the http binding in place too. With that configured I can properly connect from a WEB client over https. Cube app works well.
Secondly I removed the http binding. The WEB still works OK, but now I can't connect with cube app.
I noticed that the previously opened cube app (one opened and logged in before http binding removal) are working fine and normally interact with the DMS.
So it seems the cube app uses http in the initial stage (probably downloading actual version). How to change this cube initial communication to https so cube app will work well?