Try our conversational search powered by Generative AI!
AI OnAI Off
EPiServer.Search 9.0.2
Dec 03, 2018
Jan 28, 2019
CMS Core
Closed, Fixed and tested
The indexing service uses Lucene which, by default, uses MD5 hashing. This is not FIPS compliant.
Expected:
Should work.
Actual:
Throws an exception.
NOTE: This fix includes a new setting on the indexing service configuration, fipsCompliant="true", that must be configured.