
The article has been updated successfully.Applies To
All versions of Kiwi Syslog Server with Kiwi Syslog Web Access installed.
Symptom
When running Kiwi Syslog on a Windows machine with the Local Security Policy System cryptography: Use FIPS compliant algorithms for encryption, hashing and signing enabled, the Kiwi Syslog Web Access console will fail to open the Login Gateway page. You may receive an ASP.NET error indicating that "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms", or the equivalent event logged to the Application Event log.
Event code: 3005
Event message: An unhandled exception has occurred.
Application information:
Application domain:
Trust level: Full
Application Virtual Path: /
Application Path: C:\Program Files\SolarWinds\Kiwi Syslog Web Access\html\
Exception information:
Exception type: InvalidOperationException
Exception message: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
Cause
Kiwi Syslog Web Access is missing the appropriate <machineKey></machineKey> setting in the applications web.config file, which configures keys to use for encryption and decryption of forms authentication cookie data and view-state data.
Workaround
Add the following line to the Kiwi Syslog Web Access web.config file (located in program\SolarWinds\Kiwi Syslog Web Access\html). Add the <machineKey></machineKey> element to the <system.web></system.web> section of the web.config file.
<machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"></machineKey>
The UltiDev Cassini Web Server will need to be restarted for the web.config file change to take affect.
Last Updated
9th of February, 2011
Thank you for rating this answer.
SolarWinds makes award-winning storage management, application management, server management, and network management software trusted by more than one million engineers to manage IT environments ranging from tens to thousands of devices.
Discover our network monitoring, configuration management, network mapping, and free network tools today!
Enterprise-Class Network Management
Enterprise-Class Application & Server Management
Enterprise-Class Virtualization Management
Enterprise-Class Storage Management
Tools for Engineers
Easily monitoring bandwidth usage on a troublesome interface!
Record and test web transactions with the touch of a button!
Quickly discovers all of your virtual machines, then estimates what it would cost to move them to the cloud.
Prices displayed do not reflect international pricing unless otherwise stated. Please see our international price list for current pricing specific to your location.
All prices are subject to change without notice.
© 2003-2012 SolarWinds. All Rights Reserved.

