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

[924 byte] By [martonega] at [2007-10-2 6:22:35]
# 1
Have you seen this doc? http://java.sun.com/webservices/docs/1.6/saaj/saaj-security.html
swatdbaa at 2007-7-16 13:24:25 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Another thing you can try is to use an SSL cert with key size <=2048
swatdbaa at 2007-7-16 13:24:25 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Yes i have seen this book.
martonega at 2007-7-16 13:24:25 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Hi,key size for SSL certificate is 1024, so i don't think that it is the problem.
martonega at 2007-7-16 13:24:25 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...