Displaying 4 results from an estimated 4 matches for "ssl3_get_client_certificate".
2009 Nov 04
2
Certificates Revocation Lists and Apache...
..._1:block type is not 01
[info] SSL Library Error: 67530866 error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed
[info] SSL Library Error: 218910726 error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib
[info] SSL Library Error: 336105650 error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[info] [client 192.168.16.23] Connection closed to child 0 with abortive shutdown (server myhost.mydomain:12345)
Also, at one point, I got a "data too large":
[warn] Invalid signature on CRL
[error] Certificate Verification: Error (8): CRL signature failure...
2005 Jul 27
0
Tr: RE: RE TLS connections between Samba&OpenLDAP
...>
> ......(
> TLS trace: SSL3 alert write:fatal:handshake failure
> TLS trace: SSL_accept:error in SSLv3 read client
> certificate B
> TLS trace: SSL_accept:error in SSLv3 read client
> certificate B
> TLS: can't accept.
> TLS: error:140890C7:SSL
> routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not
> return a certificate s3_srvr.c:1993
>
>
> Any idea please?
>
>
>
>
>
>
>
>
___________________________________________________________________________
>
> Appel audio GRATUIT partout dans le monde avec le
> nouveau Yahoo! Mes...
2007 Mar 29
0
using certificates with ActiveResource
...cacert.pem"
end
def verify_mode
OpenSSL::SSL::VERIFY_PEER
end
end
But ActiveResource gives me no love... or rather Apache once again gives
me the error I was getting before I added the CA stuff to my standalone
script:
SSL Library Error: 336105671 error:140890C7:SSL
routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate
No CAs known to server for verification?
I''ve put debug statements in ActiveResource::Connection right before it
makes the call and it is ssl, it is verify peer, it has my cert, my key
and my cert authority... but it doesn''t work.
Any help, i...
2005 Dec 02
1
dovecot and ldaps://
...v3 read client certificate A
connection_get(12)
connection_get(12): got connid=0
connection_read(12): checking for input on id=0
TLS trace: SSL3 alert write:fatal:handshake failure
TLS trace: SSL_accept:error in SSLv3 read client certificate B
TLS: can't accept.
TLS: error:140890C7:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate
+/usr/src/lib/libssl/src/ssl/s3_srvr.c:2004
connection_read(12): TLS accept error error=-1 id=0, closing
connection_closing: readying conn=0 sd=12 for close
connection_close: conn=0 sd=12
Is there a way to specify, in the dovecot-ldap.conf file, where to look for...