hi there Mario i need some help , i created cert.pem and key.pem using this command
openssl req -new -nodes -keyout sparrow-key.pem -subj
/C=CZ/L=Prague/O=CZ.NIC/OU=Registry/CN=registry.sparrowhost.in/ | openssl x509 -req -days
3650 -signkey sparrow-key.pem -out sparrow-cert.pem
and modified the /etc/fred/fred-client.conf with the ssl
but now registrars cant be able to login , getting error as
ERROR: READ HEADER ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca
(_ssl.c:2635)
Server didn't return Greeting message. Contact server administrator.
Kindly help with this