Hello @Ross, Will [TECH/IT/STL],
Thank you for posting your query on Microsoft Q&A.
Based on your description, it seems you have a third-party web app in your on-premises environment, and you are trying to access the application from Public Internet through application proxy in Microsoft Entra ID. You've configured two different applications in Enterprise Apps, encountering specific issues with each.
Regarding APP-Test1, you're encountering the error message "DNS_PROBE_FINISHED_NXDOMAIN." I would like to understand whether you are using a custom domain or the default application proxy domain. If you are using a custom domain, ensure that you have configured the CNAME entry correctly with your DNS provider. For guidance on resolving the "DNS_PROBE_FINISHED_NXDOMAIN" error, please refer to the following article: How to Fix DNS_PROBE_FINISHED_NXDOMAIN Error.
Moving to APP-Test2, you've set up the CNAME entry in your DNS provider, but after entering the username and password, you received an "HTTP ERROR 404 page can’t be found" message. This issue typically arises when using a custom domain to your application. It's crucial to ensure that the hostname registered in the CNAME record matches exactly with the external URL, and that the SSL certificate is correctly uploaded.
Could you confirm whether the web app is accessible using the internal URL on the "connector" server?
Additionally, please double-check if the External URL configured in the Azure AD Application Proxy App covers the URL in the request that is generating the HTTP 404 error. For example:
External URL: https://test.contoso.com/help/
Sample URLs in the requests:
https://test.contoso.com/help/test.html -> covered
https://test.contoso.com/help/test/test.html -> covered
https://test.contoso.com/help2/test.html -> not covered
https://test.contoso.com/test/help/test.html -> not covered
If the URL in the request is not covered, you should adjust the External URL to ensure it matches correctly, such as from https://test.contoso.com/help/ -> https://test.contoso.com/
Looking forward for your response.
Thanks,
Raja Pothuraju.