bbhxwl
bbhxwl
> 不同账号开不同端口 用iptables进行管理 多谢,是个思路,不过就需要做个管理系统,管理多个设备的这些端口都同步配置是吧?
I can do it on PC, not on IOS? Never before. Not now proxyServer.CertificateManager.RootCertificate = new X509Certificate2(basePath1 + @"rootCert.pfx", string.Empty, X509KeyStorageFlags.Exportable); File.WriteAllBytes("ca.cer", proxyServer.CertificateManager.RootCertificate.Export(System.Security.Cryptography.X509Certificates.X509ContentType.Cert));
I have no problem testing PC, is it the latest IOS problem?
Is anyone here? Do I have a certificate installed in IOS or can't intercept HTTPS?
proxyServer.CertificateManager.RootCertificate = new X509Certificate2(basePath1 + @"rootCert.pfx", string.Empty, X509KeyStorageFlags.Exportable); File.WriteAllBytes("ca.cer", proxyServer.CertificateManager.RootCertificate.Export(System.Security.Cryptography.X509Certificates.X509ContentType.Cert));
> You should install the certificate to IOS to intercept HTTPS. I installed it, and I succeeded in the past. Now I can't. I don't know why?
> You should install the certificate to IOS to intercept HTTPS. I'm fixed proxyServer.CertificateManager.RootCertificate But I don't know why IOS can't be intercepted after installation.
It's closed.The file is still generated. explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, TcpPort,false);
This will not create a root certificate file?