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

TrustFileName in SSL Configuration

1 view
Skip to first unread message

PraveenR

unread,
May 17, 2004, 3:25:44 AM5/17/04
to
Hi,
I have configured SSL in IBM Http Server and also in WebSphere.I created a Key using KeyManagement Utility and given the ".jks" Key file Path in WebSphere App server, and left the Trust File as empty. When i restart the Application Server , i get and error that
java.lang.RuntimeException: TrustFileName not set in the SSL configuration
at com.ibm.ws.security.core.SecurityComponentImpl.start(SecurityComponentImpl.java:361)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

How do I set the Trust File Name in config File, and how do i start the Application Server. Please help ASAP

Regards,
Praveen.R
Zylog Systems Ltd.
Pravee...@zylog.co.in

Manglu

unread,
May 17, 2004, 10:17:17 PM5/17/04
to
Praveen,

The JKS files in WAS is split into two.

key File and a trust file

Key FIle is where your private keys are stored

In your trust file you have the public Keys of all the Servers which you trust.

You would need to have both of these specified in your App Server Config.

The Key and Trust FIles are configured via the SSL Configuration Repertoires.

security.xml is the file where these information are stored.

Prefer you do it with wsadmin or the GUI Console
HTH
Manglu

0 new messages