首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ActiveMQ Artemis相互SSL问题

ActiveMQ Artemis相互SSL问题
EN

Stack Overflow用户
提问于 2021-06-22 13:34:12
回答 1查看 210关注 0票数 0

我遇到了ActiveMQ Artemis AMQ229031 error with mutual SSL中描述的相同问题。

设置是按照官方示例完成的。

看起来代码出了点问题。我能够重现上面提到的问题。

客户端说:

代码语言:javascript
复制
Exception in thread "main" javax.jms.JMSSecurityException: AMQ229031: Unable to validate user from /127.0.0.1:47822. Username: null; SSL certificate subject DN: CN=ActiveMQ Artemis Client, OU=Artemis, O=ActiveMQ, L=AMQ, ST=AMQ, C=AMQ

服务器端日志文件显示:

代码语言:javascript
复制
021-06-22 06:27:49,209 WARN [org.apache.activemq.artemis.core.server] AMQ222216: Security problem while authenticating: AMQ229031: Unable to validate user from /127.0.0.1:47404. Username: null; SSL certificate subject DN: CN=ActiveMQ Artemis Client, OU=Artemis, O=ActiveMQ, L=AMQ, ST=AMQ, C=AMQ

我认为Artemis找到了证书,但无法验证。

EN

回答 1

Stack Overflow用户

发布于 2021-08-24 09:16:44

升级到2.18.0版可以解决此问题。它现在运行得很好。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68078039

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档