RDA cannot connect to secure (ssl) Weblogic Admin Server using Admin Port
Hi, When I try to run RDA for a Domain which its Admin Server is secure (https, t3s) I get the error that we are using our trust certificate to do the connection.
How can I pass to RDA or the module the location of the certificate???
Best Regards!
Error encountered when connecting to the Oracle WebLogic Server from the 'xxxxxx' domain using: t3s://xx.xx.xx.xx.:xxxx
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://xx.xx.xx.xx.:xxxx: Destination unreachable; nested exception is: javax.net.ssl.SSLKeyException: [Security:090542]Certificate chain received from xxxxxx was not trusted causing SSL handshake failure. Check the certificate chain to determine if it should be trusted or not. If it should be trusted, then update the client trusted CA configuration to trust the CA certificate that signed the peer certificate chain. If you are connecting to a WLS server that is using demo certificates (the default WLS server behavior), and you want this client to trust demo certificates, then specify -Dweblogic.security.TrustKeyStore=DemoTrust on the command line for this client.; No available router to destination] at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40) at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788) at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366) at weblogic.jndi.Environment.getContext(Environment.java:315) at
0