Problem with client over HTTPS
Hi all,
i am testing my client web service over HTTPS using SAAJ.
I created and imported my certificate correctly and i enabled SSL connector on Tomcat (5.0.28).
when my soap request is perfomed over HTTPS protocol, an error occurs as shown below
javax.net.ssl.SSLProtocolException: java.io.IOException: subject key, Unknown key spec: Invalid RSA modulus size.
My certificate is shown below:
Proprietario: CN=localhost
Organismo di emissione: CN=localhost
Numero di serie: 438c656b
Valido da Tue Nov 29 15:27:55 CET 2005 a Mon Feb 27 15:27:55 CET 2006
Impronte digitali certificato:
MD5: 07:14:D7:F2:6F:E3:0A:E0:2C:42:6D:F6:2B:5B:B0:D5
SHA1: 98:25:1D:E8:95:0D:A8:40:D5:8B:0B:5F:40:99:5A:1A:70:B9:A2:F7
urlendpoint is : https://www.flightscanner.biz/webservices/xmlinterface.asmx
Can someone helps me?
Thanks,
GM

