Eclipse hono 从源代码生成hono时运行集成测试时出错-证书已过期

Eclipse hono 从源代码生成hono时运行集成测试时出错-证书已过期,eclipse-hono,Eclipse Hono,我按照本页https://www.eclipse.org/hono/docs/dev-guide/building_hono/ 构建完成时没有错误,但是在运行集成测试时,我收到了很多与超时和过期证书相关的错误。以下是日志的摘录: HTTP11:59:07.040 [main] INFO o.e.h.adapter.http.impl.Application - The following profiles are active: prod ARTEMIS2020-10-29 11:59:09,

我按照本页
https://www.eclipse.org/hono/docs/dev-guide/building_hono/

构建完成时没有错误,但是在运行集成测试时,我收到了很多与超时和过期证书相关的错误。以下是日志的摘录:

HTTP11:59:07.040 [main] INFO  o.e.h.adapter.http.impl.Application - The following profiles are active: prod
ARTEMIS2020-10-29 11:59:09,455 ERROR [org.apache.activemq.artemis.core.server] AMQ224088: Timeout (10 seconds) while handshaking with /172.19.0.5:38356 has occurred.
QPID2020-10-29 11:59:09.827479 +0000 SERVER (info) [C4] Connection to hono-artemis.hono:5671 failed: amqp:connection:framing-error SSL Failure: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed 
是否可以更新证书,或者这不是主要问题?
对于完整的日志文件

来说,您可能是从以前发布的标记之一构建源,即不是从主分支,对吗

如果是这样,源代码中包含的演示证书可能自发布之日起已经过期。您可以通过运行
演示证书/create_certs.sh
脚本重新创建证书。请注意,此操作只需执行一次,即在每次构建之前不必执行此操作