justcoding121 / titanium-web-proxy

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

Enable HTTPS #952

Open Sherif9702 opened 1 year ago

Sherif9702 commented 1 year ago

Hi, I try to add certificate on proxy by using ProxyServer constructor : ProxyServer("certif.pfx","Test",true,true,true). I get this error : System.Exception : 'Could not install certificate as it is null or empty. Someone has already faced this problem ?

Thanks,