Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CipherException

0 views
Skip to first unread message

Sumire

unread,
Aug 28, 2001, 8:16:36 PM8/28/01
to

I am getting "weblogic.security.CipherException: Incorrect encrypted block" error
for SSLServerCertificateChainFile. I tried to follow the instruction in
http://www.bea.com/support/askbea/wls/S-07188.shtml
but I had a problem in the very last step.

1. go to http://www.verisign.com/repository/root.html
You'll find Class I to Class III root certificates and a Server CA.
Take the plain text Server CA and save this to a file.
2. Use a conversion utility, which can be found within OpenSSL, to convert the
plain text to a .der format.

How do I convert the text file to .der format using openssl? I am sorry that
I have never used openssl before... Any help will be appreciated. Thanks.

Sumire


============== complete exception message ================
weblogic.security.CipherException: Incorrect encrypted block
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:208)
at weblogic.security.RSAMDSignature.verify(RSAMDSignature.java:89)
at weblogic.security.X509.verifySignature(X509.java:243)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:440)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:297)
at weblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:942)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:403)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
at weblogic.Server.main(Server.java:35)
<Aug 28, 2001 4:03:40 PM PDT> <Alert> <WebLogicServer> <Inconsistent security
configuration, weblogic.security.AuthenticationException: Incorrect encrypted
block possibly incorrect SSLServerCertificateChainFileName set for this server
certificate>
weblogic.security.AuthenticationException: Incorrect encrypted block possibly
incorrect SSLServerCertificateChainFileName set for this server certificate
at weblogic.security.X509.verifySignature(X509.java:251)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:440)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:297)
at weblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:942)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:403)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
at weblogic.Server.main(Server.java:35)

0 new messages