how to solve ERR_SSL_VERSION_OR_CIPHER_MISMATCH in OHS 12.1.3?
Ssl was setting for OHS 12.1.3 server.
When configuring and try to access the address https://myserver:4443 throws me the following error will ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Configuration
Creation of the wallet:
./orapki wallet -wallet create /path/wallet_server1 -pwd mipass -auto_login
Creating the certificate request
./orapki wallet add -wallet /path/wallet_server1 -dn 'CN = myserver, C = CO' -keysize 2048
Creating the certificate request
./orapki wallet add -wallet /path/wallet_server1 -dn 'CN = myserver, C = CO' -keysize 2048
export of the certificate request
./orapki wallet export -wallet/path/wallet_server1 -dn 'CN = myserver, C = CO' -request /path/creq_server1.txt