Hello,
J'ai un gros souci avec une applet signée, à exécuter à partir d'un navigateur.
Pour résumer:
applet non signée, http : OK
applet non signée, https : OK
applet signée, http : OK
applet signée, https : KO, cf message:
javax.net.ssl.SSLProtocolException: java.io.IOException: subject key, Unknown key spec: Invalid RSA modulus size.
at com.sun.net.ssl.internal.ssl.HandshakeMessage$CertificateMsg.(DashoA6275)
[beaucoup de lignes]
Caused by: java.security.cert.CertificateParsingException: java.io.IOException: subject key, Unknown key spec: Invalid RSA modulus size.
at sun.security.x509.X509CertInfo.(X509CertInfo.java:155)
[beaucoup de lignes]
Caused by: java.io.IOException: subject key,
(…)