diff Resources/Configuration.json @ 1973:7bd4cb780feb

Option "HttpsVerifyPeers" can be used to connect against self-signed HTTPS certificates
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 Apr 2016 15:17:53 +0200
parents e8146c9c28a4
children 9c9332e486ca
line wrap: on
line diff
--- a/Resources/Configuration.json	Mon Apr 11 14:02:18 2016 +0200
+++ b/Resources/Configuration.json	Mon Apr 11 15:17:53 2016 +0200
@@ -177,7 +177,10 @@
   // Set the timeout for HTTP requests issued by Orthanc (in seconds).
   "HttpTimeout" : 10,
 
-  // Enable the verification of the peers during HTTPS requests.
+  // Enable the verification of the peers during HTTPS requests. This
+  // option must be set to "false" if using self-signed certificates.
+  // Pay attention that setting this option to "false" results in
+  // security risks!
   // Reference: http://curl.haxx.se/docs/sslcerts.html
   "HttpsVerifyPeers" : true,