nOOb Error : No certificates found!

gonzagueddr gonzagueddr at yahoo.fr
Tue Apr 13 19:18:40 CEST 2010


Hi all, and first excuse me to be totaly noob about gnutls.
It's one week i'm trying to stream an mp3 over https using vlc, and i 
get the error "TLS handshake error: The peer did not send any certificate".
So after a week on the vlc forum, i thing you're my only hope now (they 
say it's a gnutls' bug, but i can't believe that).
Trying to understand how to test gnutls, i ran "gnutls-serv -p 22222 -d 
1 --x509certfile /path/servercert.pem --x509keyfile /path/serverkey.pem 
--x509cafile /path/cacert.pem" and then on another box "gnutls-cli -d 1 
-p 22222 --x509certfile /path/servercert.pem --x509cafile 
/path/cacert.pem domain.org" and get  from the client :

Processed 1 CA certificate(s).
Resolving 'domain.org'...
Connecting to 'xxx.xxx.xxx.xxx:22222'...
- Successfully sent 0 certificate(s) to server.
- Certificate type: X.509
 - Got a certificate list of 1 certificates.

 - Certificate[0] info:
 # The hostname in the certificate matches 'domain.org'.
 # valid since: Wed Apr  7 18:39:46 CEST 2010
 # expires at: Thu Apr  7 18:39:46 CEST 2011
 # fingerprint: 37:12:84:F2:E2:0C:A6:DC:4C:93:B1:18:57:8E:8A:0C
 # Subject's DN: O=domain.org,CN=domain.org
 # Issuer's DN: CN=domain.org


- Peer's certificate is trusted
- Version: TLS1.1
- Key Exchange: RSA
- Cipher: AES-128-CBC
- MAC: SHA1
- Compression: NULL
- Handshake was completed

- Simple Client Mode:


So everything looks ok, am i wrong ?

But from the server i got:

Set static Diffie-Hellman parameters, consider --dhparams.
Processed 1 CA certificate(s).
HTTP Server listening on 0.0.0.0 port 22222 family 2...done
HTTP Server listening on :: port 22222 family 10...done

* connection from xx.xx.xx.xxx, port 50091
- Given server name[1]: domain.org
- Certificate type: X.509
No certificates found!
- Could not verify certificate (err: The peer did not send any certificate.)
- Version: TLS1.1
- Key Exchange: RSA
- Cipher: AES-128-CBC
- MAC: SHA1
- Compression: NULL

I can not find help about this on the web, i mean something that i can 
understand ...
If someone know what can i do for this, it would be very apreciate.

Thanks for your time, and for moreover for those great tools .

Gonzague








More information about the Gnutls-help mailing list