titanium-web-proxy
titanium-web-proxy copied to clipboard
Specified method is not supported
Failed to save fake certificate try { byte[] exported = certificate.Export(X509ContentType.Pkcs12); File.WriteAllBytes(filePath, exported); } catch (Exception e) { Debug.Log(e.Message); //Specified method is not supported }
Can't reproduce.
On which OS, which .NET, which certificate engine?