Unknown SSL content type..

2001-01-05 Thread Alioune Thiam
Hi all, I am using open ssl to try to connect to a secured server using jsci. But during the connection handshake, the server respond with Short record Unknown SSL content type {3 | 61} Is there a known compatible problem ? Note : it is specified that the compression method is null... Or an

Running openssl client

2001-01-04 Thread Alioune Thiam
er or ...)? Thanks, Al. --  Alioune THIAM Software Developer Professo One Wall Street Court New York, New York 10005-3302 voice: (212) 514-6644  fax:   (212) 514-8089  

Re: Using SSL lib

2001-01-03 Thread Alioune Thiam
Hi Lutz, I have debugged the prog and see that it is hanged at the SSL_connect(ssl) function; Where can I find out the Eric Rescola's ssldump. Thank you for your response. Al. On Tue, Jan 02, 2001 at 05:36:06PM -0500, Alioune Thiam wrote: > Is any specific method/command to run before

Using SSL lib

2001-01-02 Thread Alioune Thiam
Hi all, I am trying to use the openssl lib to establish a secure connection to a server. Is any specific method/command to run before running the program. Here is what I do : initialize ssl with SSLeay_add_ssl_algorithms()

Pb with SSL_connect

2001-01-02 Thread Alioune Thiam
Hi all, I am looking to establish a secure connection to a server using open SSL, but the SSL_connect doesn't return. What should be the the pb ? Note : I tryed all the different methods and version possible v23, v2 and v3 client or not Thanks, Alioune