SSL certificate loaded in keystore works intermittently

NIEHS 1 Reputation point
2021-02-26T22:58:25.917+00:00

We are using ColdFusion to consume data via the graphAPI for our mail messages.

We have loaded the certificates into our keystore from the digicert global root, then the Microsoft Azure TLS Issuing CA 02, then the graph.microsoft.com cert.

It seems to have worked well until the certs were expired in january. We then reimported the certs. We are now experiencing the same issue where over time the SSL handshake between our ColdFusion server (using a java keystore) increasingly fails until it just doesn't work.

Are we doing something wrong?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,920 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-03-02T10:47:00.173+00:00

    I would try the following to start with:

    Check the certificate to start with.... Just to isolate the issue, you can create a test AAD application, use the certificate and see if it works as well.
    To isolate the issue, you can test the API call in Microsoft Graph explorer as well...

    BTW i am using the certs and its working for me. I dont face any issue as you point out.

    0 comments No comments