We are trying to connect to the api.refinitiv.com host using curl or powershell and the connection is only successful if we make an insecure connection, ex. curl -k <params>.
Curl returns the following error and we similar issue for powershell.
curl: (35) schannel: next InitializeSecurityContext failed: CRYPT_E_REVOCATION_OFFLINE (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.
If I run openssl s_client to look at the CRL, it returns the following and I confirmed we are unable to access that endpoing to get the CRL.
URI:http://crl.mwginternal.com/crl/0/com.scur.engine.sslclientcontext.6419/00eff5599ad4c0684b09472e40573f53bc2744d2/certId=-FKv1QgtuGpP55_85YF7mZ793OyFJqLdTd0VFNRKVUQ,/crl.crl
Is there some issue with the CRL endpoint? If that's the case, then everyone who tries to make a secure connection would have it fail so wondering if there is some other issue?