diff Resources/Configuration.json @ 2788:959bd8857eb5

New configuration option: "HttpVerbose" to debug outgoing HTTP connections
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Jul 2018 12:25:18 +0200
parents 02e04783f84b
children dc7330089736
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu Jul 26 10:33:36 2018 +0200
+++ b/Resources/Configuration.json	Thu Jul 26 12:25:18 2018 +0200
@@ -231,6 +231,11 @@
   //   "HttpProxy" : "proxyUser:proxyPassword@192.168.0.1:3128"
   "HttpProxy" : "",
 
+  // If set to "true", debug messages from libcurl will be issued
+  // whenever Orthanc makes an outgoing HTTP request. This is notably
+  // useful to debug HTTPS-related problems.
+  "HttpVerbose" : false,
+
   // Set the timeout for HTTP requests issued by Orthanc (in seconds).
   "HttpTimeout" : 10,