I'm trying to download a table from a html-site by using the RCurl::getURL()
-function.
The problem is that the following error appears:
theurl <- getURL("https://www.bafin.de/SharedDocs/Veroeffentlichungen/DE/Liste/WPUeG/li_kontrollerlangungen_wpueg.html",.opts = list(ssl.verifypeer = FALSE) )
Error in function (type, msg, asError = TRUE):
error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Two days ago it still worked, but now this error message appears.
How can I avoid this problem?