Operating System - HP-UX
1753719 Members
5792 Online
108799 Solutions
New Discussion

Cannot access secure pages on Twiki

 
Karen Halloran
New Member

Cannot access secure pages on Twiki

I recently had to rebuild our webserver and users are unable to access secure pages at this point. I installed TWiki:TopicCryptPlugin and it's dependent perl modules. Executed openssl genrsa -out /var/lib/twiki/cryptkey.priv 2048. When I try to load a secure page, I get:

TWiki detected an internal error - please check your TWiki logs and webserver logs for more information.

RSA.xs:202: OpenSSL error: oaep decoding error


The apache logs states:



[Tue Sep 14 15:49:33 2010] [error] [client 16.x.x.x] RSA.xs:202: OpenSSL error: oaep decoding error at /proj/twiki/lib/TWiki/Plugins/TopicCryptPlugin.pm line 380, line 27., referer: http://webserver/twiki/bin/view/project/WebHome/OverallSched

Is there something I am doing wrong with the openssl command? Do I need some kind of input file to the openssl command?