Solution for Error "The invocation resulted in an error: Cipher not initialized."

I received this "The invocation resulted in an error: Cipher not initialized." error while calling the external service running on SSL. Please find the below screen shot.





Solution:
Add the following line in setDomainEnv.cmd or setDomainEnv.sh  below "set EXTRA_JAVA_PROPERTIES=".


set EXTRA_JAVA_PROPERTIES=%EXTRA_JAVA_PROPERTIES% -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true -Dweblogic.security.SSL.verbose=true -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.ssl.AllowUnencryptedNullCipher=true -Dweblogic.security.SSL.nojce=true
Thanks,
Rohan 

Popular posts from this blog

JAVA embedding in Oracle SOA 12c

Passing/Receiving HTTP header in SOA BPEL

Integrating Weblogic with IBM MQ over JMS