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

CipherException

0 views
Skip to first unread message

Thomas Ziebermayr

unread,
Feb 11, 2002, 7:13:58 AM2/11/02
to
Hello,

I try to install a SSL Certificate, but during server startup the following
exception occurs:

java.io.IOE
xception: weblogic.security.CipherException: Unknown PKCS5 algorithm>
java.io.IOException: weblogic.security.CipherException: Unknown PKCS5
algorithm
at
weblogic.security.RSAPrivateKeyPKCS8.input(RSAPrivateKeyPKCS8.java:14
5)
at
weblogic.security.RSAPrivateKeyPKCS8.<init>(RSAPrivateKeyPKCS8.java:1
25)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:391)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:301)
at weblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:1064)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:492)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
at weblogic.Server.main(Server.java:35)

Does anybody knows what's wrong? I followed the instructions in the bea docs
for
installing ssl certificates.

Thanks for all replies
Thomas


Parthasarathy Seshadri

unread,
Feb 12, 2002, 8:09:32 PM2/12/02
to
Hi,
I have the following suggestions:
(a). If your private key for the WLS is password encrypted please check the Key
Encrypted enabled (under SSL) and use thejava command-line option to start
WebLogic Server.
-Dweblogic.management.pkpassword=password
where password is the password for the private key.
(Please see the doc.:
http://e-docs.bea.com/wls/docs61///adminguide/cnfgsec.html#1054513).

(b). Please make sure you have the RootCA file specified correctly in the
ServerCertificateChainFileName attribute of SSL. The RootCA file can be obtained
from the vendor who provided the SSL certificates. Please make sure this is
correct.

Please inform whether the above suggestions have resolved the problem.
Thank you.

Thomas Ziebermayr wrote:

--

Developer Relations Engineer
BEA Support


0 new messages