-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL certificate problem on MacOS #500
Comments
This is a bug in macOS, so updating the R packages will have no effect. This is a bug in the libressl that comes with mojave and apple did not fix it. You can fix it manually. You need to edit
until the end of the cert, the first
line. You can test it with something like
from a shell. This should fail before, and not fail after your edit. Depending on which browser you use, you might need to update that as well, at least I had to update chrome. Or you can update to Catalina or Big Sur. |
Great, thank you Gábor. Editing |
@gaborcsardi I believe the certificate might have actually expired for real just now. |
Sorry about that, should be fixed. |
I see on Twitter that there were some SSL issues on mac that were resolved in October, however I am still having SSL problems. Whenever I try to work with rhub (e.g. either directly using
rhub::check_for_cran
viadevtools::chech_rhub
) I get this error:I am also getting the same error with other web-based functions like
rhub::validate_email
I have tried reinstalling rhub and its dependancies, but no luck.
macOS version: 10.14.6 (18G103)
R version: 4.1.2
R Studio version: 1.4.1717
The text was updated successfully, but these errors were encountered: