原文:docker harbor x509: certificate signed by unknown authority action: push: unauthorized to access repository

问题: 解决: 出现另个一个问题 登录后再试 ...

2021-01-10 19:30 0 541 推荐指数:

查看详情

docker push 出现:x509: certificate signed by unknown authority

  今天,部署生产的程序的时候,出现一个问题:编译正常,但是,docker 把编译好的image 推送到生产环境上去的时候,出现:x509: certificate signed by unknown authority  经过上网查找资料得知:是由于证书的错误导致的,但是,并不知道如何解 ...

Tue Feb 12 02:51:00 CST 2019 0 1881
harbor证书x509: certificate signed by unknown authority

Harbor 提供的仓库添加到 helm repo 中或者login登陆,由于是私有仓库,采用的自建的 https 证书,这里就需要提供 ca 证书和私钥文件了,否则会出现证书校验失败的错误x509: certificate signed by unknown authority ...

Fri Oct 25 19:18:00 CST 2019 0 1007
x509: certificate signed by unknown authority harbor 架构图

默认时,client 与 Registry 的交互是通过 https 通信的。在 install Registry 时,若未配置任何tls 相关的 key 和 crt 文件,https 访问必然失败。使用 "--insecure-registry <harbor IP>"可以指定 ...

Sat Nov 04 23:25:00 CST 2017 0 5000
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM