Jeroen Ooms

Results 915 comments of Jeroen Ooms

This example seems more up to date https://gist.github.com/surusek/4c05e4dcac6b82d18a1a28e6742fc23e

Thanks for the message. I will first try to reach out to the author of this song if we can use it under another license.

It's difficult to reproduce this of course as I don't have access to your enterprise server. Does your server require a custom client certificate? Where is it stored on your...

Well I would like things to keep working the way they did as well. Could you test the following to see if this works even __without__ setting `CURL_CA_BUNDLE` ? ```r...

@gacolitti I'm still curious to understand why it worked before. Could you test if you add the following line to your `~/.Renviron` file, if this avoids the problem as well...

OK thanks so that means the key is in your keychain, but openssl is not finding it. Could you check if the verbose log gives us any hint that precedes...

The `verbose = TRUE` should print a bunch of more output... Maybe that is not captured by reprex.

@jay I do think there is a problem with libcurl, if the same ssl cert is accepted when `CURL_SSL_BACKEND=Secure-Transport` but it gets rejected with `CURL_SSL_BACKEND=openssl` using the official MacOS default...

Can reproduce this on the command line: ``` CURL_SSL_BACKEND=OpenSSL /opt/homebrew/opt/curl/bin/curl -v "https://health-products.canada.ca" --cacert /etc/ssl/cert.pem ```

This should be fixed in curl 6.3.0 which is now on CRAN. FFI we now use this hack to build against apple libressl: https://github.com/jeroen/apple-libressl-sdk