justcoding121 / titanium-web-proxy

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

Who can take a look at my project for me? IOS cannot be used. #805

Closed bbhxwl closed 4 years ago

bbhxwl commented 4 years ago

Who can take a look at my project for me? IOS cannot be used. Win10 PC can intercept HTTPS normally. Why is IOS not normal? I generate the rootcert in advance, and use this rootcert every time.

        proxyServer.CertificateManager.RootCertificate = new X509Certificate2(basePath1 + @"rootCert.pfx", string.Empty, X509KeyStorageFlags.Exportable);

The CER file generated by rootcert is also used for each installation, ca.cer

The project is below. I don't know why IOS can't intercept normally?

TestWebProxy.zip