Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 67b4ce0

Browse files
Merge pull request #198 from justcoding121/develop
#196 Merge bugfix in develop with beta
2 parents ae0239d + 3838d9e commit 67b4ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Titanium.Web.Proxy/ProxyServer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ public void Start()
407407
{
408408
//current user
409409
certificateCacheManager
410-
.TrustRootCertificate(StoreLocation.CurrentUser, exceptionFunc);
410+
.TrustRootCertificate(StoreLocation.CurrentUser, ExceptionFunc);
411411

412412
//current system
413413
certificateCacheManager
414-
.TrustRootCertificate(StoreLocation.LocalMachine, exceptionFunc);
414+
.TrustRootCertificate(StoreLocation.LocalMachine, ExceptionFunc);
415415
}
416416

417417
if (ForwardToUpstreamGateway && GetCustomUpStreamHttpProxyFunc == null

0 commit comments

Comments
 (0)