I have set up an API Role, and Client. When I go to retrieve the token, I am seeing an error on my PC, but not on my Mac.
When I go to retrieve the token, on my PC I get this error:
curl: (35) schannel: next InitializeSecurityContext failed: CRYPT_E_NO_REVOCATION_CHECK (0x80092012) - The revocation function was unable to check revocation for the certificate.
If I add "--ssl-no-revoke" to the curl command, it works fine.
My Mac is managed by Jamf, and it has a couple of Jamf specific certs installed. I am assuming I need a certificate on my PC.
Any help on how to get this going would be appreciated.
Dave