Revision | 109 (tree) |
---|---|
Zeit | 2020-02-20 09:47:26 |
Autor | ![]() |
TLS1.2対応
@@ -113,6 +113,7 @@ | ||
113 | 113 | delegate(object s, X509Certificate cert, X509Chain chain, SslPolicyErrors errors){ |
114 | 114 | return true; |
115 | 115 | }; |
116 | + System.Net.ServicePointManager.SecurityProtocol |= System.Net.SecurityProtocolType.Tls12; | |
116 | 117 | } |
117 | 118 | |
118 | 119 | public void StartWatch() |
@@ -28,6 +28,6 @@ | ||
28 | 28 | // |
29 | 29 | // You can specify all the values or you can use the default the Revision and |
30 | 30 | // Build Numbers by using the '*' as shown below: |
31 | -[assembly: AssemblyVersion("1.0.29")] | |
31 | +[assembly: AssemblyVersion("1.0.30")] | |
32 | 32 | |
33 | 33 | //[assembly: log4net.Config.XmlConfigurator(ConfigFile=@"Log4net.Config.xml", Watch=true)] |
\ No newline at end of file |
@@ -128,7 +128,7 @@ | ||
128 | 128 | } |
129 | 129 | ], |
130 | 130 | File: { |
131 | - "/tmp/test.log" :[ | |
131 | + "C:\\test.log" :[ | |
132 | 132 | { match:'\\[ERROR\\]', ignore:null, actions:[ 'executeTest' ]}, |
133 | 133 | ] |
134 | 134 | }, |
@@ -28,4 +28,4 @@ | ||
28 | 28 | // |
29 | 29 | // You can specify all the values or you can use the default the Revision and |
30 | 30 | // Build Numbers by using the '*' as shown below: |
31 | -[assembly: AssemblyVersion("1.0.29")] | |
31 | +[assembly: AssemblyVersion("1.0.30")] |
@@ -28,4 +28,4 @@ | ||
28 | 28 | // |
29 | 29 | // You can specify all the values or you can use the default the Revision and |
30 | 30 | // Build Numbers by using the '*' as shown below: |
31 | -[assembly: AssemblyVersion("1.0.29")] | |
31 | +[assembly: AssemblyVersion("1.0.30")] |
@@ -28,4 +28,4 @@ | ||
28 | 28 | // |
29 | 29 | // You can specify all the values or you can use the default the Revision and |
30 | 30 | // Build Numbers by using the '*' as shown below: |
31 | -[assembly: AssemblyVersion("1.0.29")] | |
31 | +[assembly: AssemblyVersion("1.0.30")] |