I have problem. Since few days my app is generating > System.Exception: The certificate is revoked. (Exception from HRESULT: > 0x80092010) What is strange is that this is happening only on windows phone 8.1. On windows 10 mobile the same code works. When inspecting certificate using Information.ServerCertificate I get information: [...] read more
I'm testing that an x509 certificate can be correctly determined to be revoked. I'm taking the cert from https://revoked.badssl.com and verifying it via certutil. When my system is online, it seems to pull the CRL and determine that it is revoked. I see an entry in the cerutil -urlcache. Here's [...] read more
After installing Visual Studio 2019 (or 2017, tried with both) via the Visual Studio Installer, I get the message "Couldn't install Microsoft.Net.4.5.2.TargetingPack", seen here. Consulting the error log shows the error code is 1625, which corresponds to: This installation is forbidden by system policy. Contact your system administrator. The only [...] read more