titanium-web-proxy
titanium-web-proxy copied to clipboard
How can we not generate rootcert.pfx without forwarding traffic and intercepting data
How can we not generate rootcert.pfx without forwarding traffic and intercepting data
So you ask how NOT to do something? Just simply do not do that:) Disable the decryption.
It's closed.The file is still generated.
explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, TcpPort,false);
When you create the proxyServer, set the fiert parameter to false:
new ProxyServer(false)
and set seothing to the root certiicate:
proxyServer.CertificateManager.RootCertificate = new X509Certificate2();
This will not create a root certificate file?
I don't know, please try it.
If the onrequest event wants to tamper with the post request, it also uses e.setrequestbodystring (STR); is the method? Just tested doesn't work. Maybe it's something else?
did you get the request body before you set it?