Commit d9300836 authored by titanium007's avatar titanium007

bug fix disable proxy

parent e826d814
......@@ -186,7 +186,7 @@ namespace Titanium.Web.Proxy.Helpers
{
HostName = endPoint.Split(':')[0],
Port = int.Parse(endPoint.Split(':')[1]),
IsSecure = false
IsSecure = true
};
}
return 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