titanium-web-proxy
titanium-web-proxy copied to clipboard
What should SSL do?
Couldn't authenticate host 'hm.baidu.com' with certificate '*.baidu.com'.

// Start proxy controller controller.StartProxy();
Console.WriteLine("Hit any key to exit..");
Console.WriteLine();
Console.Read();
controller.Stop();
On Linux system
It seems that this SDK can't be the same as HTTP proxy server. After the Linux server is started, the program uses HTTP proxy to simulate post? It seems that we can't handle HTTPS certificate
Is your root certificate trusted? I think you have to trust it manually on linux.
Maybe TrustRootRectificate() works only on Windows, but I never tried that.
turn off ssl decryption