I'm trying to configure VeriSign SSL certificate to virtualhost. but when i point browser to 443 port i'm getting below error message.
Error 113 (net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unknown error.
I have generated Key and CSR with below commands.
openssl genrsa -out evaluestores.key 1024
openssl req -new -key evaluestores.key -out evaluestores.csr
I have chained certificate with below command
cat my.crt intermediate.crt > chained.crt
Listener Configurations:
Private Key File /opt/litespeed/evaluestores.key
Certificate File /opt/litespeed/chained.crt
Chained Certificate Yes
Please help me to solve this issue.
Regards,
Error 113 (net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unknown error.
I have generated Key and CSR with below commands.
openssl genrsa -out evaluestores.key 1024
openssl req -new -key evaluestores.key -out evaluestores.csr
I have chained certificate with below command
cat my.crt intermediate.crt > chained.crt
Listener Configurations:
Private Key File /opt/litespeed/evaluestores.key
Certificate File /opt/litespeed/chained.crt
Chained Certificate Yes
Please help me to solve this issue.
Regards,