Palladian
In the HTTP Retriever’s “Advanced” options you can enable “Accept all SSL certificates” to suppress most SSL-related errors:
Selenium
For Chrome you can add the argument --ignore-certificate-errors
in the WebDriver Factory Capabilities as follows:
(add an Object called chromeOptions
which contains an Array called args
which contains a string --ignore-certificate-errors
)
Example workflow for both: https://nodepit.com/workflow/com.nodepit.space%2Fqqilihq%2Fpublic%2Fforum%2Fhtmlparse-nor-secure-parse-21103.knwf
– Philipp