From b365e5bad70bafff28b302a81f20b91adbe6984a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de> Date: Tue, 12 May 2015 09:00:00 -0400 Subject: [PATCH] Added sslcafile parameter to http-section for easier ssl-configuration --- config/vufind/config.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/vufind/config.ini b/config/vufind/config.ini index b596bd1eff7..a7cc4efe9ab 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -799,7 +799,8 @@ url = https://www.myendnoteweb.com/EndNoteWeb.html ; Default HTTP settings can be loaded here. These values will be passed to ; the \Zend\Http\Client's setOptions method. [Http] -;sslcapath = "/etc/ssl/certs" +;sslcapath = "/etc/ssl/certs" ; e.g. for Debian systems +;sslcafile = "/etc/pki/tls/cert.pem" ; e.g. for CentOS systems ; Using a curl Adapter instead of the the defaultAdapter (Socket) ; adapter = 'Zend\Http\Client\Adapter\Curl' -- GitLab