Re: Nutch 1.11 SSLHandshakeException

2018-03-20 Thread Robert Scavilla
Again I thank you Sebastian! I was able to resolve the issue by updating the HTTPClient library. I also updated from Nutch 1.11 to 1.14 and had no issue with the SSL. Best, ...bob On Tue, Mar 20, 2018 at 5:03 PM, Sebastian Nagel wrote: > Hi Robert, > > although

Re: Nutch 1.11 SSLHandshakeException

2018-03-20 Thread Sebastian Nagel
Hi Robert, although the error message differs, somewhat resembles https://issues.apache.org/jira/browse/NUTCH-2447 I've tried to reproduce it using Nutch 1.11, but it works with Java 8 on Ubuntu 16.04. Sorry, I have no glue where even to start searching for the reason. Best, Sebastian On

Re: Nutch 1.11 SSLHandshakeException

2018-03-20 Thread Robert Scavilla
Thank you Sebastian! I am still working on the issue. I tested the cert using openssl and also got the same handshake failure. After further checking I found that the openssl command works when I add the -servername option. So apparently, my nutch server (Fedora 27) requires SNI. I added

Re: Nutch 1.11 SSLHandshakeException

2018-03-20 Thread Sebastian Nagel
Hi Robert, unfortunately, I'm not able to reproduce the problem. Fetching works with the recent 1.x and Java 8, I've tried both: bin/nutch parsechecker -Dplugin.includes='protocol-http|parse-html' https://potomac.edu/ bin/nutch parsechecker