Member since
12-06-2018
1
Post
0
Kudos Received
0
Solutions
12-06-2018
09:47 PM
To solve the problem of "ERR_SSL_VERSION_OR_CIPHER_MISMATCH" you should change the first command encription type. I used this and got it working. openssl genrsa -aes256 -out rootCA.key 4096
... View more