For troubleshooting any problem related to SSL configuration in BW, it helps to enable the following tracing properties:
Trace.Task.*=true (client-side SSL tracing information is made available)
Trace.Startup=true
Trace.JC.*=true
Trace.Engine=true
Trace.Debug.*=true
bw.plugin.http.server.debug: true (server-side SSL tracing information is made available)
We can specify the tracing properties in a custom properties file anywhere on your file system (e.g. in C:\test\props.cfg) then reference the file in your C:\tibco\designer\5.3\bin\designer.tra file using the property
java.property.testEngine.User.Args –p c:/test/props.cfg
After updating your designer.tra file, we must restart Designer in order for the updates to take effect.
Trace.Task.*=true (client-side SSL tracing information is made available)
Trace.Startup=true
Trace.JC.*=true
Trace.Engine=true
Trace.Debug.*=true
bw.plugin.http.server.debug: true (server-side SSL tracing information is made available)
We can specify the tracing properties in a custom properties file anywhere on your file system (e.g. in C:\test\props.cfg) then reference the file in your C:\tibco\designer\5.3\bin\designer.tra file using the property
java.property.testEngine.User.Args –p c:/test/props.cfg
After updating your designer.tra file, we must restart Designer in order for the updates to take effect.