Hello everyone
We have a problem, we upgraded from FME Server 2022 to FME Flow 2024.1.1
FME Flow was installed on a virtual machine in Azure, after doing the express installation it was configured to use a .pfx certificate and HTTPS according to the documentation (https://support.safe.com/hc/en-us/articles/25407434854157-Configuring-FME-Flow-for-HTTPS-Using-a-PFX-or-P12-Certificate)
In the fmeServerConfig.txt file it was assigned to FME_SERVER_WEB_URL=https://<hostname>:443
From that machine we tried accessing using https://<hostname>/fmeserver/ and it works fine
From any other computer we used https://<hostname>.mydomain.eu/fmeserver/ and it worked but now this gives an error 502 Bad Gateway
Is it a DNS error or are we missing something to configure in FME Flow?
Thanks in advance