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
Loading keybox.xml from file reports a format error or the presence of unsupported features.
(java.security.cert.CertificateParsingException: No attestation extensions found)
When fetching the CRL list over the network, if the network environment is restricted (e.g., mainland China network), the system will keep retrying until 80 seconds later (8 timeouts?) before falling back to the local cache list.
Suggestion: reduce the number of retries, prioritize using the local cache, and refresh the UI only after a successful network update.
Loading keybox.xml from file reports a format error or the presence of unsupported features.
(java.security.cert.CertificateParsingException: No attestation extensions found)
When fetching the CRL list over the network, if the network environment is restricted (e.g., mainland China network), the system will keep retrying until 80 seconds later (8 timeouts?) before falling back to the local cache list.
Suggestion: reduce the number of retries, prioritize using the local cache, and refresh the UI only after a successful network update.