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

Commit d930083

Browse files
committed
bug fix disable proxy
1 parent e826d81 commit d930083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/Helpers/SystemProxy.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private static HttpSystemProxyValue parseProxyValue(string value)
186186
{
187187
HostName = endPoint.Split(':')[0],
188188
Port = int.Parse(endPoint.Split(':')[1]),
189-
IsSecure = false
189+
IsSecure = true
190190
};
191191
}
192192
return null;

0 commit comments

Comments
 (0)