Sorun

FIPS modu aktif edildikten sonra Webmail ya da FIPS desteklemeyen uygulamalarda aşağıdaki hata meydana geliyor.

This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.

Çözüm

İlgili uygulamanın web.config dosyası içerisinde <system.web> satırı altına aşağıdaki kodun eklenmesi yeterlidir.

Örn. MailEnable Webmail Path: C:\Program Files (x86)\Mail Enable\Bin\NETWebMail\Web.Config

<machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"/>

Yazar