Hello
I am trying to connect to a cloud connected DMA remotely using the cube, and I am getting the following error "APIGateway is unavailable.". What's the best course of action?
DMA cluster is running on 10.4-CU2.
Thanks.
Hi Sri,
I had the same issue today.
I forgot the HTTPS tag in MaintenanceSettings.xml.
Without the HTTPS tag webpages worked fine via Cloud, APIGateway only worked locally.
After adding it with a wrong FQDN there was still the same APIGateway error but now also the webpages were no longer working.
After entering DataMiner's IP instead of a hostname (IP also specified as SAN in the certificate) everything is working fine locally and via cloud.
Can you please check if the HTTPS TAG exists in MaintenanceSettings.xml and check if the name matches the one in the certificate?
Setting up HTTPS on a DMA | DataMiner Docs
Best regards,
Felix
Felix
Thanks for the update, we have already checked this and HTTPS was already enabled. In the setup we were having issues, one of the DMAs is in DMZ. I added a comment to Jordy’s answer as he provided instructions to update the settings for DMZ scenario.
Sri