SSL Version 2 and 3 Protocol Detection
Hello,
We have EPM 11.2.5. We run this server vulnerability scan product called Nessus that gives us the following message for our Essbase server. This message does not report on any other server.
We looked into the Nessus report deeper, found the complaint was port 6712, which is the local report server port.
We did some research and modified the opmn.xml file at E:\Oracle\Middleware\user_projects\epmsystem1\config\OPMN\opmn
from this
<ssl enabled="true" wallet-file="E:\Oracle\Middleware\user_projects\epmsystem1\config\OPMN\opmn\wallet"/>
to this
<ssl enabled="true" wallet-file="E:\Oracle\Middleware\user_projects\epmsystem1\config\OPMN\opmn\wallet" ssl-versions="TLSv1.0" ssl-ciphers="SSL_RSA_WITH_AES_256_CBC_SHA"/>