titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

What should SSL do?

Open bbhxwl opened this issue 5 years ago • 4 comments

Couldn't authenticate host 'hm.baidu.com' with certificate '*.baidu.com'.

QQ图片20191217170851

// Start proxy controller controller.StartProxy();

        Console.WriteLine("Hit any key to exit..");
        Console.WriteLine();
        Console.Read();

        controller.Stop();

bbhxwl avatar Dec 17 '19 09:12 bbhxwl

On Linux system

bbhxwl avatar Dec 17 '19 09:12 bbhxwl

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

bbhxwl avatar Dec 17 '19 09:12 bbhxwl

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.

honfika avatar Dec 23 '19 19:12 honfika

turn off ssl decryption

ByronAP avatar Dec 24 '19 00:12 ByronAP