Re: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

2014-04-01 Thread gangadhar
Hello, I have seen your update. Try Using SSLv3_client_method() instead of SSLv23_client_method(),if you did not try it previously. Refer this Link https://rt.openssl.org/Ticket/Display.html?id=2240user=guestpass=guest Regards Gangadhar -- View this message in context:

RE: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

2009-07-27 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Rij Sent: Thursday, 23 July, 2009 21:17 I have a simple client operating in blocking mode. When I try to connect to the server, I get the error: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Sounds like your server

Re: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

2009-07-27 Thread Rij
Hi Dave, Thanks for your reply. I was able to fix it a while ago. And your guess is correct. My port number was getting messed up. And extra thinks for the tip on the libraries. :) On Mon, Jul 27, 2009 at 1:31 PM, Dave Thompsondave.thomp...@princetonpayments.com wrote: From: