SSLPeerUnverifiedException -- HttpRetriever

Hello again, I'm trying to get data from https://soysuper.com/p/atun-claro-al-natural-calvo-pack-3x56-g, and the HttpRetriever gives me the following warning:

WARN  HttpRetriever (deprecated) 2:9        Error retrieving https://soysuper.com/p/atun-claro-al-natural-calvo-pack-3x56-g: Exception javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated for URL "https://soysuper.com/p/atun-claro-al-natural-calvo-pack-3x56-g": peer not authenticated

And finally, there is no "result", as you can see in the image, so the htmlParser can't do anything. What is happening? What can I do?

Thanks in advance.

There's an option "Accept all SSL certificates" in the "Advanced" options and which will get you the URL. (issue is caused by the fact, that the JVM does not have as many certificates as a full-blown web browser).

Philipp

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.