Commit 67b4ce04 authored by Jehonathan Thomas's avatar Jehonathan Thomas Committed by GitHub

Merge pull request #198 from justcoding121/develop

#196 Merge bugfix in develop with beta
parents ae0239da 3838d9e8
......@@ -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