You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Our internal servers throw this below errors on " if (!securityKey.Certificate.Verify())" certificate validation.
[Chain error: PartialChain A certificate chain could not be built to a trusted root authority.
Chain error: RevocationStatusUnknown The revocation function was unable to check revocation for the certificate.
Chain error: OfflineRevocation The revocation function was unable to check revocation because the revocation server was offline.
]
Same code works on the local machine and some other servers. After investigation, we found that our firewall is blocking the external communication to one of the google url like "any-in-201d.1e100.net" to validate CRL(Certificate Revocation List).
This url and Ip is not constant and our IT team requesting the IP range so that, we can whitelist the IP range on firewall. Please help US ASAP. It is affecting our business at this time.
Thanks,
The text was updated successfully, but these errors were encountered:
Hi Team,
Same code works on the local machine and some other servers. After investigation, we found that our firewall is blocking the external communication to one of the google url like "any-in-201d.1e100.net" to validate CRL(Certificate Revocation List).
This url and Ip is not constant and our IT team requesting the IP range so that, we can whitelist the IP range on firewall. Please help US ASAP. It is affecting our business at this time.
Thanks,
The text was updated successfully, but these errors were encountered: