Hallo to all,
i'm trying to configure SSL on OBIEE 11.1.1.9.0, JSSE enabled.
I read lot of turorials, mainly I followed this guide https://blogs.oracle.com/pa/resource/Configuring_OBIEE_with_Ful_End_to_End_SSL.pdf
Everything starts up, but the login page is note accessable, here you can see that Presentation services ping failed
OracleBIClusterControllerComponent
(1)obitmrnew.intranet.local:9706. SSL ping OK. peer: obitmrnew.intranet.local port: 9706 protocol: TLSv1 cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
local certificates: null
peer certificates: #18, expires Wed Sep 28 13:29:54 CEST 2016 for CN=OBIEE Installer Openssl, OU=Business Intelligence, O=Oracle, C=US
OracleBIServerComponent
(1)obitmrnew.intranet.local:9703. SSL ping OK. peer: obitmrnew.intranet.local port: 9703 protocol: TLSv1 cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
local certificates: null
peer certificates: #18, expires Wed Sep 28 13:29:54 CEST 2016 for CN=OBIEE Installer Openssl, OU=Business Intelligence, O=Oracle, C=US
OracleBIPresentationServicesComponent
(1)obitmrnew.intranet.local:9710. SSL ping failed. Failed to connect due to: java.net.ConnectException: Connection refused
OracleBISchedulerComponent
(1)obitmrnew.intranet.local:9705. SSL ping OK. peer: obitmrnew.intranet.local port: 9705 protocol: TLSv1 cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
local certificates: null
peer certificates: #18, expires Wed Sep 28 13:29:54 CEST 2016 for CN=OBIEE Installer Openssl, OU=Business Intelligence, O=Oracle, C=US
OracleBIJavaHostComponent
(1)obitmrnew.intranet.local:9810. SSL ping OK. peer: obitmrnew.intranet.local port: 9810 protocol: TLSv1 cipher suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
local certificates: null
peer certificates: #19, expires Wed Sep 28 13:29:55 CEST 2016 for CN=OBIEE Installer Java, OU=Business Intelligence, O=Oracle, C=US
When i go to nqserver.log i see this error
[nQSError: 12002] Socket communication error at call=SSL_connect: (Number=1) error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed [[
file: server/Utility/Comm/Src/SUCMSSL.cpp; line: 674
]]
I'm quite confused with the SSL3 message because the SSL report says TLSv1, when I access the analytics login page, console, em I see that TLS1.2 is used.
All the turorials with happyend are ending with SSL report with protocol SSL3. Is analytics able to run TLS protocol? What does the error sttands for?
Thank a lot for all hints