This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit 5fb314027205724cf1ddce63f73641166be838ec Merge: 4d2938f 58ea01f Author: Sebastian Nagel <[email protected]> AuthorDate: Tue Oct 9 14:57:33 2018 +0200 Merge pull request #388 from sebastian-nagel/NUTCH-2648-configurable-tls-cert-check NUTCH-2648 Make configurable whether TLS/SSL certificates are checked by protocol plugins conf/nutch-default.xml | 12 +++++ .../apache/nutch/protocol/http/api/HttpBase.java | 9 ++++ .../apache/nutch/protocol/http/HttpResponse.java | 15 ++++-- .../org/apache/nutch/protocol/httpclient/Http.java | 10 ++-- .../org/apache/nutch/protocol/okhttp/OkHttp.java | 60 ++++++++++++++++++++-- 5 files changed, 95 insertions(+), 11 deletions(-)
