titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

Specified method is not supported

Open StartHua opened this issue 4 years ago • 1 comments

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 }

StartHua avatar Dec 07 '21 08:12 StartHua

Can't reproduce.

On which OS, which .NET, which certificate engine?

honfika avatar Jan 23 '22 22:01 honfika