Hi every body, I develop a mobile application running on the IBM J9 jvm (foundation 1.1). This IBM JVM provides an implementation of the libraries JSSE (J9SSE) and JCE (J9CE).
I use it to establish secured https connections between the PDA and my server. The connection negotiation is ok, sending and receiving response with some request is ok, but with some other I had an 'invalid padding' error from the mobile application. On the server side I use OpenSSL 0.9.8e 23 Feb 2007, via the apache module mod_ssl. On the client side I use J9 foundation profile version 6.1.1 (build : 20061110-161633) running on Windows Mobile 2005 The established connection is of type TLSV1.0 The error occurs, when the mobile application is decrypting the server response. Has someone already encountered the same error before? At the beginning I was using OpenSSL 0.9.7e 25 Oct 2004, upgrading to OpenSSL 0.9.8e 23 resolved the problem for some request, but not for all of them. Thanks a lot in advance for your help, -- - Yann -