justcoding121 / titanium-web-proxy

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

Websites with insecure https certificates cannot be accessed after proxy #933

Closed LeeKasm closed 1 year ago

LeeKasm commented 1 year ago

Websites with insecure https certificates cannot be accessed after proxy, such as: "https://www.contoso.com/default.html". Exception thrown by source code:

titanium-web-proxy-3.1.1450\src\Titanium.Web.Proxy\RequestHandler.cs 263 throw new ProxyHttpException("Error occured whilst handling session request", e, args);