Commit 99b86763 authored by justcoding121's avatar justcoding121 Committed by justcoding121

Merge pull request #198 from justcoding121/develop

#196 Merge bugfix in develop with beta
parents d16b2fb2 5e593336
......@@ -407,11 +407,11 @@ namespace Titanium.Web.Proxy
{
//current user
certificateCacheManager
.TrustRootCertificate(StoreLocation.CurrentUser, exceptionFunc);
.TrustRootCertificate(StoreLocation.CurrentUser, ExceptionFunc);
//current system
certificateCacheManager
.TrustRootCertificate(StoreLocation.LocalMachine, exceptionFunc);
.TrustRootCertificate(StoreLocation.LocalMachine, ExceptionFunc);
}
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