我的 jboss https 监听器有问题

发布于 2025-01-16 06:32:26 字数 631 浏览 1 评论 0原文

这是我正在尝试的命令

standalone@localhost:9990 /] /subsystem=undertow/server=default-server/https-listener=httpspriv:add(socket-binding="httpspriv", security-realm="SSLRealm", max-post-size="10485760")

这是我尝试添加侦听器时收到的日志

"outcome" => "failed",
    "failure-description" => {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.undertow.listener.httpspriv is missing [jboss.server.controller.management.security_realm.SSLRealm]"]},
    "rolled-back" => true

我已经配置了 https 接口,我正在尝试在 jboss 客户端中添加 https 侦听器,这就是我遇到的问题。 我不明白为什么它告诉我如果我还没有添加的话就丢失了。

This is the command I'm trying

standalone@localhost:9990 /] /subsystem=undertow/server=default-server/https-listener=httpspriv:add(socket-binding="httpspriv", security-realm="SSLRealm", max-post-size="10485760")

This is the log that i get when i try to add a listener

"outcome" => "failed",
    "failure-description" => {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.undertow.listener.httpspriv is missing [jboss.server.controller.management.security_realm.SSLRealm]"]},
    "rolled-back" => true

I already configured the https interface, im trying to add https listener in jboss client and this is the issue that i have.
I dont understand why its telling me that is missing if i didnt add yet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文