justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 598 forks source link

Specified method is not supported #889

Open StartHua opened 2 years ago

StartHua commented 2 years ago

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 }

honfika commented 2 years ago

Can't reproduce.

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