Welcome! Use the login menu to access:
Customer Portal
SolarWinds customers can download purchased software, renew maintenance, & more in our updated Customer Portal!
Community
After logging in, community members can rate & review SolarWinds software & participate in forums on thwack.com.
Partner Portal
SolarWinds channel partners will find all the resources they need in the Partner Portal, including exclusive partner tools.
| More

SolarWinds Knowledge Base

Kiwi Syslog Web Access does not work with FIPS enabled

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.



Related Articles

No related articles were found.

Attachments

No attachments were found.

Visitor Comments

  1. Comment #1 (Posted by Santa Clause )
    The entry in system.web is case sensitive. Use this instead: <machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"/> As per http://support.microsoft.com/kb/911722

Post Comment for "Kiwi Syslog Web Access does not work with FIPS enabled"

If this article does not provide the solution you need, please consider visiting our community forums on thwack or contacting SolarWinds Support. Please use the following form to provide comments that help us improve this KB article. Fields marked with an asterisk are required.

   Name:
* Email:
* Comment:
* Enter the code below:

 

Article Details

Last Updated
9th of February, 2011

Would you like to...

Print this page  Print this page

Email this page  Email this page

Post a comment  Post a comment

 Subscribe me

Subscribe me  Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF


User Opinions

33% thumbs up
(1 vote)
66% thumbs down
(2 votes)

How would you rate this answer?




Thank you for rating this answer.

Continue