Mesibo On-premise app token认证错误

Mesibo On-premise app token authentication error

我们在尝试使用内部部署服务器启动 docker 图像时出现以下错误。已打开的端口 (5222) 传出和 5222,5228,4443,5443,513(传入)。

服务器有 public IP 并且可以访问 Internet。

显示以下错误代码。

E0109-072342-255 (12):正在验证应用程序令牌... E0109-072342-255 (12): create_tcp_socket: 无法解析 onp-auth.mesibo.com E0109-072342-255 (12): =======================错误================= ======

==> onp:无法验证应用令牌。确保您的防火墙不会阻止与 onp-auth.mesibo.com

的连接

您是否登录 shell 并检查了连接?请参阅故障排除指南以了解如何访问 shell.

https://mesibo.com/documentation/on-premise/#troubleshooting--faq

例如,

$ sudo docker run -it --entrypoint /bin/bash -v /etc/letsencrypt/archive/mesibo.example.com:/certs --net=host -v /etc/mesibo:/etc/mesibo mesibo/mesibo

此外,确保 --net=host 在 运行 mesibo 预置图像

时通过