Is There any Way to Have an Encrypted Password with -Djavax.net.ssl.trustStorePassword=ClearText ?
We have clear text password in files(setDomainEnv.sh,setSOADomainEnv.sh) for custom trust keystore, which we replaced it with encrypted value using below mentioned document.
"Using the weblogic.security.Encrypt or WLST encrypt() Utility to Replace Clear Text Password with an Encrypted Value(Doc ID 2298787.1)"
But after replacing the encrypted value, SOA server(managed server) is failing to start with below error.
Error:
<Error> <Coherence> <BEA-000000> < Oracle Coherence GE 3.7.1.1 <Error> (thread=[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Error while starting cluster: java.lang.IllegalStateException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.SSLContextImpl$DefaultSSLContext)