[FWD] About SSL_connect error

2012-09-24 Thread Lutz Jaenicke
0.9.8d, when executing more than 2 threads at the same time, the following error sometimes appears: SSL_connect error, ip=192.168.1.xxx,err:error:0001:lib(0):func(0):reason(1) why? 2. But in OpenSSL OpenSSL1.0.1c, the error never happened.I want know the diference between the two version OpenSSL

Re: SSL_connect error

2006-12-04 Thread Marek Marcola
Hello, > Recently I installed pure-ftpd with TLS support. > > However, when I try to connect I get an answer like: > > Fatal error: SSL_connect: error:0D0680A8:asn1 encoding > routines:ASN1_CHECK_TLEN:wrong tag > > > Does any one have an ideia what is this? Where c

SSL_connect error

2006-12-04 Thread Vitor Flausino
Hello all. Recently I installed pure-ftpd with TLS support. However, when I try to connect I get an answer like: Fatal error: SSL_connect: error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag Does any one have an ideia what is this? Where can be the problem? How to solve? Thank

client SSL_connect error

2001-04-18 Thread George Lind
I am running an SSL client on AIX and am getting the following error message on the SSL_connect: error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded. Does anyone know what this means? Thanks, George

SSL_connect: error in SSLv3 write client key exchange A

2001-01-04 Thread Lauri-Alo Adamson
Server 1.0. I used in wwwssl.c as client a certificate authority certificate. Before that I transformed this certificate authority certificate into yhe base64 format. Then I runned the program and some errors occured SSL_connect: error in SSLv3 write client key exchange A SSL_connect: error in

Re: SSL_connect error & why doesn't https work for me

1999-10-30 Thread Bodo Moeller
FITZPATRICK,THOM (Non-HP-Roseville,ex1) <[EMAIL PROTECTED]>: > Now when I try and connect, it just hangs. The two debugging steps I tried > were telnetting to 443 on the host, and to run the openssl command with the > debug arg. Output follows > > *** > root # telnet tribble.rose.hp.com 443 >

SSL_connect error & why doesn't https work for me

1999-10-29 Thread FITZPATRICK,THOM (Non-HP-Roseville,ex1)
Ok, I made it past the cert signing by creating self-signing a cert to at least get the thing up and running. Now when I try and connect, it just hangs. The two debugging steps I tried were telnetting to 443 on the host, and to run the openssl command with the debug arg. Output follows *** roo