BRM.10.5061 JMS:SSL证书“ pathOfKeystore.p12”:错误的证书

时间:2019-02-12 11:27:58

标签: java ssl webmethods

我们正在尝试使用ssl证书来实现应用程序和代理(Web方法)之间的安全连接。在jboss客户端和代理端,我们都将密钥存储配置为p12文件,将信任存储配置为jks文件。 重新启动jboss实例后,我们看到与错误证书有关的错误。

Internet上有关此问题的信息较少,并且希望确切描述错误及其解决方案。下面是完整错误堆栈跟踪的参考。

Caused by: javax.resource.ResourceException: Unable to connect to any of the brokers **************

[BRM.10.5061] JMS:SSL证书“ pathofKeystore.p12”:错误证书。     在com.sun.genericra.util.ExceptionUtils.newResourceException(ExceptionUtils.java:73)     在com.sun.genericra.inbound.async.InboundJmsResourcePool.initialize(InboundJmsResourcePool.java:177)     在com.sun.genericra.inbound.async.EndpointConsumer.initialize(EndpointConsumer.java:89)     在com.sun.genericra.inbound.async.EndpointConsumer.start(EndpointConsumer.java:82)     在com.sun.genericra.GenericJMSRA.endpointActivation(GenericJMSRA.java:219)     在org.jboss.jca.core.rar.EndpointImpl.activate(EndpointImpl.java:191)     在org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent.activate(MessageDrivenComponent.java:204)

0 个答案:

没有答案