Microsoft365R
Microsoft365R copied to clipboard
`get_sharepoint_site()` fails when FIPS mode is enabled on RHEL 8
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?