Categories
How to enable SSL for OAS?
Answers
-
Thanks, yes , we also want to enable between internal components which is step #1,#2and #7, no F5 /load balance involved.
But not sure if this is a bug for windows since the note specifically said there was a bug. we just followed the note exactly, and we repeated the same steps multiple times by different people, and get the same errors.
Do you know the command: ssl.cmd internalssl true can be re-run multiple times without doing restore?
also, if we just need to enable AdminServer and Managed server, no need to enable internal component,
how can we bring up the system now?
Thanks again!! very appreciate it!!
0 -
after sign-in to analytics page, it keeps spinning like below forever.
in the bi server log. thanks
at java.lang.Thread.run(Thread.java:750)
Caused By: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:146)
at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:127)
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306)
at sun.security.validator.Validator.validate(Validator.java:271)
at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:312)
at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:232)
at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:109)
at weblogic.security.SSL.jsseadapter.JaTrustManager.checkServerTrusted(JaTrustManager.java:128)
at sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1262)
at sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1333)
at sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessa0