Re: javax.net.ssl.SSLHandshakeException Error when Executing Nutch with Selenium Plugin

2021-10-28 Thread Sebastian Nagel
Hi Shi Wei, sorry, but it looks like the Selenium protocol plugin has never been used with a proxy over https. There are two points which need (at a first glance) a rework: 1. the protocol tries to establish a TLS/SSL connection to the proxy if the URL to be crawled is a https:// URL. There might

javax.net.ssl.SSLHandshakeException Error when Executing Nutch with Selenium Plugin

2021-10-28 Thread sw.ling
Hi there, Good day! We would like to crawl the web data by executing the Nutch with Selenium plugin with the following command: $ nutch plugin protocol-selenium org.apache.nutch.protocol.selenium.Http https://cwiki.apache.org/confluence/display/NUTCH/NutchTutorial However, it failed