Hello All

I'm trying to integrate OpenSSL into my project.  I don't have direct access to 
the sockets.  I've found examples on how to integrate OpenSSL without direct 
access to sockets.  Things mostly work except for when I'm dealing with large 
messages i.e. when the client is trying to send say 20k or 30k messages.

My current test setup is that I have a simple Java client that sends the 
contents of a text file to my server.  The server uses OpenSSL.  When I try to 
send chunks of data (16k or greater) from my java client, things start going 
wrong.  Handshaking is fine but I consistently get the following error:

error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

My java client takes the 20k of application data and appropriately breaks it up 
into blocks of at most 16k to fit in a TLS record.  Anyone have any ideas as to 
what's going wrong?

Thanks in advance.



      __________________________________________________________________
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot 
with the All-new Yahoo! Mail.  Click on Options in Mail and switch to New Mail 
today or register for free at http://mail.yahoo.ca
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to