I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time
for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or
on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news,
I hope these links will serve you well.
Posted on 2007-04-10 21:18:44-07
by cormanderin response to 967
Re: When using RSA keys, it's taking way too long to exchange,execute...
I had this problem as well. To fix it, I installed these perl modules:
Class::ErrorHandler
Math::BigInt::GMP
The first one was needed by the RSA key auth module, the second one it uses to do the calculations a LOT faster.
Hope this helps.