Error:
While opening SSL enabled OBIEE url we got the following error as shown in the screen shot.
Description: SSL Error ERR_SSL_VERSION_OR_CIPHER_MISMATCH in Chrome
Cause:
Google chrome was updated to 48 and the latest version of chrome had dropped RC4 encryption support.
Solution:
Make a back up of the config file of OBIEE from the below mentioned location
Solution:
Make a back up of the config file of OBIEE from the below mentioned location
$MW_HOME/user_projects/domains/bifoundation_domain/config
File: config.xml
Then edit the config file and add line <ciphersuite>TLS_RSA_WITH_AES_128_CBC_SHA</ciphersuite>
after already existing cipher-suite
Then the file will look like.
Do the same for bi server also.
Do the same for bi server also.
Then restart weblogic and you can log into the SSL enabled OBIEE easly.