Commit 147d7234 authored by Honfika's avatar Honfika

userTrustRootCertificate should be false in windows service

parent 2f9fed1c
...@@ -21,7 +21,7 @@ namespace WindowsServiceExample ...@@ -21,7 +21,7 @@ namespace WindowsServiceExample
{ {
// we do all this in here so we can reload settings with a simple restart // we do all this in here so we can reload settings with a simple restart
_proxyServerInstance = new ProxyServer(); _proxyServerInstance = new ProxyServer(false);
if (Properties.Settings.Default.ListeningPort <= 0 || if (Properties.Settings.Default.ListeningPort <= 0 ||
Properties.Settings.Default.ListeningPort > 65535) Properties.Settings.Default.ListeningPort > 65535)
......
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