Hi Experts
I have this small error which has cropped in

I use

1. openssl genrsa 1024 > host.key
2. openssl req -x509 -new -days 365 -sha1 -key host.key -out host.cert

I get NO ERRORS when I do
3. openssl s_client -connect localhost:465

However

If I do

a. openssl dsaparam -out dsaparamfile 1024
b. openssl gendsa -des -out privkey.pem dsaparamfile
c. openssl dsa -in privkey.pem -out host.key
d. openssl req -x509 -days 365 -new -nodes -key host.key -out host.cert


I get handshake ERRO when I do
e. openssl s_client -connect localhost:465

What is the mistake I am making here. Please advise

Arav
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to