Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSSE client - openssl server connection

843811Apr 19 2004 — edited Apr 19 2004
Hi!
I've been having huge problems setting up an ssl connection between a JSSE client and an openssl C++ server. I've managed to get some of the things solved, however the handshake process can not be completed.
I am using SSLv3, the client's keystore and trustore seem to be set up correctly. I managed to read data from these stores. The nasty part seems to be done. However something is very wrong. The funny thing is that I do not get any exception on the client side. The last thing the client manages to do is to send SSLv2 client hello message. On the server side however I get:
PEM_read_bio:no start line:pem_lib.c:632:Expecting: CERTIFICATE
Does anyone know the reason for that?? I must have googled the whole Internet, but could not find any solutions. I would be very thankful if someone gave me some tips (or at least some URL to some place I can find out something about it).
Thanks a lot
Przemek Zabludowski
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2004
Added on Apr 19 2004
1 comment
215 views