A cloud-based identity and access management service for securing user authentication and resource access
Hello @john ,
From the description above I could understand that you are trying to configure AAD Application proxy for an On-Prem web application. However while trying to access the application it gives error and logs suggest "The SSL server certificate presented to Microsoft AAD Application Proxy Connector by the backend server is not valid; the certificate is not trusted" (Please do correct me if this is not the ask):
Possible Cause: This could indicate that the backend server provided an SSL that was not valid or that there is no trust between the Web Application Proxy and the backend server.
Action Plan:
Kindly validate backend server SSL certificate. Make sure that the Web Application Proxy server is configured with the right root CAs to trust the backend server certificate/issuing CA.
This could be validated by navigating to the certificate -> Certification Path -> Select the chain (by clicking on each of the certificates followed by "view certificate"). PFB screenshot for example
Action Plan: If any of the cert from the chain is missing then chain building will not be completed resulting in certificate trust issues. Hence the required root cert is needed to be trusted/installed.