Jacob Rhoden wrote:
> 
> Hi,
> 
> Im fairly new to all this, but I suspect this really is a bug. I have
> slightly modified the demos/bio example so it will compile under borland
> c++ 5.02. Using the resulting program allows me to connect to various https
> sites, except the one I want to, this is what happens when I attempt to
> connect to the https server that contains the data i need:
> 
> Attemping GET to 'demoweb.cybernex.net.au:443'
> write DELAY
> write DELAY
> write DELAY
> 4294693007:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake
> failure:.\ssl\s3_pkt.c:490:
> 
> I am using a Windows 98 system, on a pentium II, Library compiled under
> borland c++ compiler 5.2
> 
> I know error is probably because of a strange configuration of the server,
> but netscape and iexplorer connect to the actual server fine, its only
> using the openssl library do i get any problems. Any ideas?
> 

Using s_client and the -bugs option this site can be connected to. You
can enable the various 'bugs' options with:

SSL_CTX_set_options(ctx,SSL_OP_ALL);

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to