Skip to content

Commit

Permalink
bug fix disable proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoding121 committed Feb 6, 2016
1 parent e826d81 commit d930083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Titanium.Web.Proxy/Helpers/SystemProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private static HttpSystemProxyValue parseProxyValue(string value)
{
HostName = endPoint.Split(':')[0],
Port = int.Parse(endPoint.Split(':')[1]),
IsSecure = false
IsSecure = true
};
}
return null;
Expand Down

0 comments on commit d930083

Please sign in to comment.