Hi @Gina , thanks for the question.
The error message you are seeing indicates that there is a mismatch between the hostname in the URL and the hostname in the certificate being returned by the server. Specifically, the hostname in the URL is "prod-09.uksouth.logic.azure.com", but the hostname in the certificate is "*.flow-prod-ln-rp00-ase.p.azurewebsites.net".
This error can occur when the server is using a wildcard certificate that does not match the specific hostname in the URL. In this case, the certificate is issued to "*.flow-prod-ln-rp00-ase.p.azurewebsites.net", which is a valid Azure App Service hostname.
To confirm that the URL and certificate are genuine Azure websites/certificates, you can check the following:
- Check the URL: "prod-09.uksouth.logic.azure.com" is a valid URL for Azure Logic Apps in the UK South region.
- Check the certificate: "*.flow-prod-ln-rp00-ase.p.azurewebsites.net" is a valid wildcard certificate for Azure App Service.
Based on this information, it appears that the URL and certificate are genuine Azure websites/certificates.