jessie-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jessie-discuss] Client Auth Enabled, Getting "RSA Signature not ava


From: rsdio
Subject: Re: [Jessie-discuss] Client Auth Enabled, Getting "RSA Signature not available" Error
Date: Mon, 9 Apr 2007 14:39:37 -0700 (PDT)
User-agent: SquirrelMail/1.4.9a

>
> Now I am getting this error
>
> javax.net.ssl.SSLException: java.security.NoSuchAlgorithmException:
> TLSv1.1-RSA Signature not available

This should work, unless (a) you aren't installing the provider correctly,
or (b) the SSLRSASignatureImpl class (or something it depends on) is
missing at runtime.

A work-around is to change the line:

        java.security.Signature sig =
java.security.Signature.getInstance(engine.session().suite.signatureAlgorithm().toString());

to

        java.security.Signature sig =
java.security.Signature.getInstance(engine.session().suite.signatureAlgorithm().toString(),
new Jessie());

But you *really* should try to figure out why it isn't working as-is.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]