[GH-ISSUE #19] 提示 certificate signed by unknow authority #15

Closed
opened 2026-03-03 11:55:20 +03:00 by kerem · 9 comments
Owner

Originally created by @louisanna on GitHub (Aug 27, 2020).
Original GitHub issue: https://github.com/Finb/bark-server/issues/19

将bark server直接部署到树莓派执行后,手机端发送消息测试 树莓派提示certificate signed by unknow authority

Originally created by @louisanna on GitHub (Aug 27, 2020). Original GitHub issue: https://github.com/Finb/bark-server/issues/19 将bark server直接部署到树莓派执行后,手机端发送消息测试 树莓派提示certificate signed by unknow authority
kerem 2026-03-03 11:55:20 +03:00
  • closed this issue
  • added the
    need test
    label
Author
Owner

@Finb commented on GitHub (Aug 27, 2020):

安装一下 GeoTrust Global CA 根证书试试。

从这里下载
https://www.geotrust.com/resources/root-certificates/

https://www.geotrust.com/resources/root_certificates/certificates/GeoTrust_Global_CA.pem

<!-- gh-comment-id:681310983 --> @Finb commented on GitHub (Aug 27, 2020): 安装一下 GeoTrust Global CA 根证书试试。 从这里下载 https://www.geotrust.com/resources/root-certificates/ 或 https://www.geotrust.com/resources/root_certificates/certificates/GeoTrust_Global_CA.pem
Author
Owner

@louisanna commented on GitHub (Aug 27, 2020):

我找不到安装命令

<!-- gh-comment-id:681932393 --> @louisanna commented on GitHub (Aug 27, 2020): 我找不到安装命令
Author
Owner

@louisanna commented on GitHub (Sep 17, 2020):

老版本同样的问题,昨天新的二进制文件是损坏的 @mritd
我已经解决了 你呢

<!-- gh-comment-id:694031040 --> @louisanna commented on GitHub (Sep 17, 2020): > > > 老版本同样的问题,昨天新的二进制文件是损坏的 @mritd 我已经解决了 你呢
Author
Owner

@mritd commented on GitHub (Sep 17, 2020):

@louisanna @omnjpa27516 已经重新上传

<!-- gh-comment-id:694213273 --> @mritd commented on GitHub (Sep 17, 2020): @louisanna @omnjpa27516 已经重新上传
Author
Owner

@louisanna commented on GitHub (Sep 26, 2020):

@louisanna @omnjpa27516 已经重新上传

v1.0.2 运行提示-bash: ./bark-server_linux_arm: cannot execute binary file: Exec format error

<!-- gh-comment-id:699473490 --> @louisanna commented on GitHub (Sep 26, 2020): > @louisanna @omnjpa27516 已经重新上传 v1.0.2 运行提示-bash: ./bark-server_linux_arm: cannot execute binary file: Exec format error
Author
Owner

@mritd commented on GitHub (Sep 26, 2020):

@louisanna 请提供你的平台环境信息

<!-- gh-comment-id:699499263 --> @mritd commented on GitHub (Sep 26, 2020): @louisanna 请提供你的平台环境信息
Author
Owner

@louisanna commented on GitHub (Sep 27, 2020):

@louisanna 请提供你的平台环境信息
Linux raspberrypi 5.4.51-v7+
树莓派3b+

<!-- gh-comment-id:699700849 --> @louisanna commented on GitHub (Sep 27, 2020): > @louisanna 请提供你的平台环境信息 Linux raspberrypi 5.4.51-v7+ 树莓派3b+
Author
Owner

@mritd commented on GitHub (Sep 28, 2020):

@louisanna 重传了一下 应该好了,你再试试

<!-- gh-comment-id:699745450 --> @mritd commented on GitHub (Sep 28, 2020): @louisanna 重传了一下 应该好了,你再试试
Author
Owner

@zgzh commented on GitHub (Oct 13, 2020):

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962596#43

wget --no-check-certificate -c https://www.geotrust.com/resources/root_certificates/certificates/GeoTrust_Global_CA.pem
&& mkdir /usr/local/share/ca-certificates/extra
&& mv GeoTrust_Global_CA.pem /usr/local/share/ca-certificates/extra/GeoTrust_Global_CA.crt
&& update-ca-certificates

<!-- gh-comment-id:707540927 --> @zgzh commented on GitHub (Oct 13, 2020): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962596#43 wget --no-check-certificate -c https://www.geotrust.com/resources/root_certificates/certificates/GeoTrust_Global_CA.pem \ && mkdir /usr/local/share/ca-certificates/extra \ && mv GeoTrust_Global_CA.pem /usr/local/share/ca-certificates/extra/GeoTrust_Global_CA.crt \ && update-ca-certificates
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#15
No description provided.