On 2020-07-24 13:34 -0700, Roy Mendelssohn - NOAA Federal wrote: | On Jul 24, 2020, at 1:21 PM, Roy Mendelssohn - NOAA Federal <roy.mendelss...@noaa.gov> wrote: | | On Jul 23, 2020, at 4:20 PM, Rasmus Liland <j...@posteo.no> wrote: | | | On 2020-07-23 14:56 -0700, Roy Mendelssohn - NOAA Federal via R-help wrote: | | | | I am trying to get the following command to work: | | | | | | | | > sshInfo <- rerddap::info('hawaii_soest_f75b_adc6_12ab', url = 'https://apdrc.soest.hawaii.edu/erddap/') | | | | | | Perhaps setting | | | | | | options("ssl_verifyhost"=0, "ssl_verifypeer"=0) | | | | | | helps? [1] | | | | | | [1] https://stackoverflow.com/questions/47715918/how-to-pass-the-curl-insecure-alternative-when-using-r | | | | Thank you very much. That indeed | | did work, more specifically as (to | | include solution for the record): | | | | > sshInfo <- rerddap::info('hawaii_soest_f75b_adc6_12ab', url = 'https://apdrc.soest.hawaii.edu/erddap/', ssl_verifyhost=0, ssl_verifypeer=0)
Hey, I'm glad this solved your issue! | | | Have you checked the time on the | | | laptop being correct and not set | | | to e.g. 1970-01-01 01:29? In the | | | past, I have found ssl errors are | | | caused by the time being off on my | | | laptop, as in the case of a flat | | | cmos battery. | | | | BTW - my clock and date are fine, | | the reason it works on some systems | | has to do with the SSL library being | | used, whether openSSL or libreSSL. | | And as I said, similar happened to | | R itself for a very short time. I | | can't find the references to the | | email exchange, but Simon Urbanek | | gave a very nice explanation of why | | this was happening. I also wonder | | whether it really is desirable to | | ignore an expired Cert in the Cert | | search path. Not particularly | | knowledgeable on this, but my | | offhand feeling is that could lead | | to problems. | | | | Thanks again for the solution! | | | | -Roy | | Found it. On June 9, in the | R-developers mail-list, a chain under | the topic "SSL certificate issues". | | -Roy Perhaps it's this[*] one. OpenSSL is really crusty and simply a mistake, thus I have heard, I hope LibreSSL or something else can replace it at some point, not just in MacOS and OpenBSD ... Best, Rasmus [*] https://stat.ethz.ch/pipermail/r-devel/2020-June/079664.html
signature.asc
Description: PGP signature
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.