mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 06:05:52 +03:00
[GH-ISSUE #19] 提示 certificate signed by unknow authority #15
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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
@louisanna commented on GitHub (Aug 27, 2020):
我找不到安装命令
@louisanna commented on GitHub (Sep 17, 2020):
@mritd commented on GitHub (Sep 17, 2020):
@louisanna @omnjpa27516 已经重新上传
@louisanna commented on GitHub (Sep 26, 2020):
v1.0.2 运行提示-bash: ./bark-server_linux_arm: cannot execute binary file: Exec format error
@mritd commented on GitHub (Sep 26, 2020):
@louisanna 请提供你的平台环境信息
@louisanna commented on GitHub (Sep 27, 2020):
@mritd commented on GitHub (Sep 28, 2020):
@louisanna 重传了一下 应该好了,你再试试
@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