I want to try connect with openssl to tlslite-ng server with any DHE-RSA (for example TLS_DHE_RSA_WITH_AES_128_CBC_SHA256), but everytime I get
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 347 bytes
I tried some -cert ca.cert etc., but then I get unable to load client certificate private key file
.
Can someone help me, how to correctly generate certificates etc. and how to use openssl, to be able to connect with DHE-RSA?