Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
308 stars 41 forks source link

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

Open rentzb opened 3 months ago

rentzb commented 3 months ago

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?