This is an automated email from the ASF dual-hosted git repository.
snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git.
from 4d2938f Merge pull request #369 from
sebastian-nagel/NUTCH-2623-fetcher-queue-mode
add 3f64083 NUTCH-2648 Make configurable whether TLS/SSL certificates are
checked by protocol plugins - enable/disable validation of certs by property
`http.tls.certificates.check` (default: false/disabled)
add 58ea01f NUTCH-2648 Make configurable whether TLS/SSL certificates are
checked by protocol plugins - add support to skip certificate validation in
protocol-okhttp
new 5fb3140 Merge pull request #388 from
sebastian-nagel/NUTCH-2648-configurable-tls-cert-check
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
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(-)