Hi.
I'm having a problem with ArcGIS Enterprise 11.2. We have a multi-machine deployment running through an App Gateway in Azure. One of our servers refuses to connected when switching from Http and Https.
Server has problem with 6443 port machine status gets error "Error"
I've reached out to ESRI support but wanted to know if anyone has a workflow to fix this issue. Thank you in advance!
Solved! Go to Solution.
Just to add the steps that I've taken:
Just to add the steps that I've taken:
It's great that you resolved your issue, but I'd be wary and double check all your directory permissions for service account are in order.
There are few situations that you should ever need to manually edit the server.xml file. The key alias is simply the alias of an imported (or self signed) certificate that is bound to the server's HTTPS port.
When you perform this step as per Esri documentation, it should update the keyalias portion of the server.xml file for you.
Double check your server service account permissions, or you may have further problems down the line
Thanks a lot for the solutions, I faced the same issue and it had been solved with your solution but I need to add one more information, server.xml may have two parts for keyAlias value so you have to insert a value on both and you may use the default generated SSL certificate value "selfsignedcertificate" and then from admin page you can upload your certificate and once update your ArcGIS server machine certificate the server.xml will be updated permanently and your issue will be solved.
Thanks