Level: SEVERE
Source: com.microsoft.aad.msal4j.ConfidentialClientApplication
Message: [Correlation ID: d5419124-1e04-48d1-83d4-4a459f0fdef4] Execution of class com.microsoft.aad.msal4j.AcquireTokenByAuthorizationGrantSupplier failed.
Cause:
com.microsoft.aad.msal4j.MsalClientException: java.net.SocketTimeoutException: connect timed outcom.microsoft.aad.msal4j.MsalClientException: java.net.SocketTimeoutException: connect timed out
15.8, 16.x
The proxy's certificate was issued by a customer root CA that was not present on the Enforce server in the java cacerts keystore.
Perform the below on the Enforce and Detection servers. Note that the file paths are default installation locations and version-specific so they may be different in your environment.
cd C:\Program Files\AdoptOpenJRE\jdk8u262-b10-jre\bin
3. Run the command below, substituting your values for the underlined ones:
keytool -import -trustcacerts -alias mydomain -file mydomain.crt -keystore ..\lib\security\cacerts