justcoding121 / titanium-web-proxy

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

Is ios14 SSL unable to intercept? #812

Open bbhxwl opened 3 years ago

bbhxwl commented 3 years ago

https://github.com/justcoding121/Titanium-Web-Proxy/issues/782 According to the above, last month, I succeeded in setting the certificate time for 365 days, which can block IOS, but today I can't intercept it in the test. I don't know why. At present, I set the expiration time of certificate to be 300 days, which can't be solved. Does anyone succeed? ios14

DiegoCarrilho commented 3 years ago

Same problem here.

leleji commented 3 years ago

把这个加上 proxyServer.CertificateManager.CertificateValidDays = 300;