aluxnimm / outlookcaldavsynchronizer

Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server
GNU Affero General Public License v3.0
921 stars 97 forks source link

Cannot run on Windows 11 in FIPS mode #404

Open icsy7867 opened 1 year ago

icsy7867 commented 1 year ago

I get an error when trying to connect due to FIPS. I tried selecting specific TLS and SSL ciphers in the options but same result.

When I google the error, I see a summary that says:

FIPS Feature ### #### If you need FIPS compliance - make this the first thing you configure #### before you do any additional configuration or package ...

image

But that information isnt there. Any ideas?

Nick2253 commented 4 months ago

What your search results are referring to isn't a CalDav Synchronizer issue, it's a chocolatey issue. Chocolatey must be configured to use FIPS-compliant checksum algorithms, and does not use them by default. Hence the "make this the first thing you config before you do any additional configuration or package [installations]". https://docs.chocolatey.org/en-us/configuration#security https://docs.chocolatey.org/en-us/licensed-extension/setup#set-up-licensed-edition-with-puppet

It would probably be more helpful if you shared the error here, rather than your search results.