Microsoft365R icon indicating copy to clipboard operation
Microsoft365R copied to clipboard

`get_sharepoint_site()` fails when FIPS mode is enabled on RHEL 8

Open rentzb opened this issue 10 months ago • 0 comments

When I try to run get_sharepoint_site() on a RHEL 8 server with FIPS mode enabled, I get the following error regardless of sharepoint site:

Using authorization_code flow Error: OpenSSL error in EVP_DigestInit_ex: disabled for FIPS

Code used:

library(Microsoft365R) site <- get_sharepoint_site("my_site_url")

Does anyone have a workaround for this?

rentzb avatar Apr 26 '24 02:04 rentzb