Commit 087d374a authored by justcoding121's avatar justcoding121 Committed by justcoding121

disable winauth until stable

parent 49cd8bf4
...@@ -45,7 +45,7 @@ namespace Titanium.Web.Proxy.Examples.Basic ...@@ -45,7 +45,7 @@ namespace Titanium.Web.Proxy.Examples.Basic
proxyServer.ServerCertificateValidationCallback += OnCertificateValidation; proxyServer.ServerCertificateValidationCallback += OnCertificateValidation;
proxyServer.ClientCertificateSelectionCallback += OnCertificateSelection; proxyServer.ClientCertificateSelectionCallback += OnCertificateSelection;
proxyServer.EnableWinAuth = false; //proxyServer.EnableWinAuth = true;
var explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 8000, true) var explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 8000, true)
{ {
......
...@@ -205,7 +205,7 @@ namespace Titanium.Web.Proxy ...@@ -205,7 +205,7 @@ namespace Titanium.Web.Proxy
/// in middle attack is not currently supported /// in middle attack is not currently supported
/// (which would require windows delegation enabled for this server process) /// (which would require windows delegation enabled for this server process)
/// </summary> /// </summary>
public bool EnableWinAuth { get; set; } = true; public bool EnableWinAuth { get; set; }
/// <summary> /// <summary>
/// Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication /// Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication
......
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