My question is on how to connect JSSE (java based client) with openssl based web
engine server.

I have tried so far and what I have got is that I could not create SSL socket with my
opensl server, which works fine with   my openssl client (even when I used JNI
approach to use C llibrary from Java.


In fact i'm afraid you're wrigth !
I tried too to connect a browser with the JSSE 1.0.2 without success !
I havent try yet to connect a JSSE Client with an APAche Sever but i think it would give the same result !
It seemes to be a question of implementation !
During handshake JSSE packed each message in a CipheText or a PlainText insted of packing each group of message that's why handhsake fails !
Maybe it's a difference between "OpenSSL" and "SSL & TLS" but i'm not sure and i can't find information about this !

Regards Fred

Reply via email to