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=".
Rohan
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=trueThanks,
Rohan