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?
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.
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