0

我按照此页面的源代码构建荣誉的步骤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 

是否可以更新证书或者这不是主要问题? 这是完整日志文件的链接

4

1 回答 1

0

您可能正在从以前发布的标签之一构建源代码,即不是来自 master 分支,对吗?

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

于 2020-10-30T07:07:05.040 回答