Commit 3838d9e8 authored by justcoding121's avatar justcoding121

#196

Fix exception func passed as null
parent 66ac5679
...@@ -407,11 +407,11 @@ namespace Titanium.Web.Proxy ...@@ -407,11 +407,11 @@ namespace Titanium.Web.Proxy
{ {
//current user //current user
certificateCacheManager certificateCacheManager
.TrustRootCertificate(StoreLocation.CurrentUser, exceptionFunc); .TrustRootCertificate(StoreLocation.CurrentUser, ExceptionFunc);
//current system //current system
certificateCacheManager certificateCacheManager
.TrustRootCertificate(StoreLocation.LocalMachine, exceptionFunc); .TrustRootCertificate(StoreLocation.LocalMachine, ExceptionFunc);
} }
if (ForwardToUpstreamGateway && GetCustomUpStreamHttpProxyFunc == null if (ForwardToUpstreamGateway && GetCustomUpStreamHttpProxyFunc == null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment