Skip to content
Back to formatted view

Raw Message

Message-ID: <20231004180634.1ba436cd@arachnoid>
Date: 2023-10-04T15:06:34Z
From: Ivan Krylov
Subject: download.file strict certificate revocation check
In-Reply-To: <PH7PR06MB9020F7DCEEF4347F5ABFE724E9CBA@PH7PR06MB9020.namprd06.prod.outlook.com>

? Wed, 4 Oct 2023 14:32:49 +0000
John Neset <John.Neset at noridian.com> ?????:

> No change with True or False with R_LIBCURL_SSL_REVOKE_BEST_EFFORT

Judging by the screenshot, it looks like you've set an R variable
R_LIBCURL_SSL_REVOKE_BEST_EFFORT instead of setting an environment
variable using Sys.setenv:

 Sys.setenv('R_LIBCURL_SSL_REVOKE_BEST_EFFORT' = 'TRUE')

(Use Sys.getenv to verify the result.)

For the next time, most people on the R-help mailing list would
probably appreciate it if you copied and pasted the text from the R
console instead of attaching screenshots.

-- 
Best regards,
Ivan