trifork / klg-docs

Public documentation for Gateway
0 stars 8 forks source link

A certificate is either invalid or has been revoked #31

Closed LindaLawton closed 2 years ago

LindaLawton commented 2 years ago

Does this error mean anything to anyone? It seams our certs where revoked from service platform. Is this something anyone has seen before.

{"Code":400,"Message":"A certificate is either invalid or has been revoked or an error has happened during the validation process. Status code:System.Net.WebException: The remote name could not be resolved: 'crl.ica04.trust2408.com'\r\n at System.Net.HttpWebRequest.GetResponse()\r\n at org.openoces.ooapi.utils.HttpClient.ReadBytesFromUri(Uri uri)\r\n at org.openoces.ooapi.validation.HttpCrlDownloader.Download(String location)\r\n at org.openoces.ooapi.validation.ItemCache1.DownloadItemAndUpdateCache(String key, Func1 download)\r\n at org.openoces.ooapi.validation.CachedHttpCrlDownloader.DownloadNewCrl(String location, CrlCache crlCache)\r\n at org.openoces.ooapi.validation.LocalFileAndCachedHttpCrlDownloader.FromCacheOrFallback(String location, CrlCache crlCache, String filePath)\r\n at org.openoces.ooapi.validation.CachedHttpCrlDownloader.Download(String location)\r\n at org.openoces.ooapi.validation.FullCrlOfflineRevocationChecker.DownloadCrl(String crlDistributionPoint)\r\n at org.openoces.ooapi.validation.FullCrlOfflineRevocationChecker.IsRevoked(IOcesCertificate certificate)\r\n at Safewhere.IdentityProviderModel.OcesCertificateValidator.Validate(X509Certificate2 certificate)"}