You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2018/05/19 12:39:07 UTC

[incubator-ponymail] branch master updated: Use standard certificates

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new b2bd155  Use standard certificates
b2bd155 is described below

commit b2bd155cd02aa103adc3eda05158558dd0b4bcd1
Author: Sebb <se...@apache.org>
AuthorDate: Sat May 19 13:39:06 2018 +0100

    Use standard certificates
---
 tools/elastic.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/elastic.py b/tools/elastic.py
index e138a3d..da892ff 100755
--- a/tools/elastic.py
+++ b/tools/elastic.py
@@ -59,7 +59,8 @@ class Elastic:
                 'port': int(config.get("elasticsearch", "port")),
                 'use_ssl': ssl,
                 'url_prefix': uri,
-                'auth': auth
+                'auth': auth,
+                'ca_certs': certifi.where()
             }],
             max_retries=5,
             retry_on_timeout=True

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.