Username: admin Password: 解决办法: 添加镜像仓库地址和镜像仓库地址的主机名,harbor默认使用https 协议,内网使用http协议即可,整个k8s集群安装有docker 的工作节点都需要配置 [root@harbor /data/install/harbor]# vim /etc/docker/daemon.json 重启docker [root@harbor /data/install/harbor]# systemctl daemon-rel...
1. 现象 [root@localhost harbor]# docker login 192.168.92.129 Username: admin Password: Error response from daemon: Get"https://192.168.92.129/v2/": x509: cannot validate certificatefor192.168.92.129 because it doesn't contain any IP SANs [root@localhost harbor]# 1. 2. 3. 4. 5. 2. 解决...
Q1、通过docker login登录harbor时报错: 1Error responsefromdaemon: Get https://xx.xx.xx.xx/v2/: x509: cannot validate certificateforxx.xx.xx.xx because it doesn't contain any IP SANs 解决: 创建ssl证书时,域名换为IP地址,需要把IP地址xx.xx.xx.xx写到证书里。 1 2 3 4 5 6 7 8 9 10 1...
Use --password-stdin. Error response from daemon: Get https://192.168.0.10/v2/: x509: cannot validate certificate for 192.168.0.10 because it doesn't contain any IP SANs 网上查到的说法是,不能用ip来登录,必须要用域名,相关的域名在安装harbor时,已使用域名来生成证书了。 于是要修改harbor.cfg配...
x509: cannot validate certificate for 172.1X.XX.X because it doesn't contain any IP SANs The vSphere Supervisor cluster is configured with trusted CA signed certificate for its VIP Harbor status is healthy and all Harbor pods are running successfully, but login to Harbor UI or using thedocker...
error: failed to solve: xxxx:30003/zikayou/serverjre:v1: failed to do request: Head "https://xxxx:30003/v2/zikayou/serverjre/manifests/v1": x509: cannot validate certificate for xxxx because it doesn't contain any IP SANs time="2022-09-06T11:00:36Z" level=fatal msg="unrecognized ...
Error response from daemon: Get https://192.168.208.147/v1/users/: x509: cannot validate certificate for 192.168.208.147 because it doesn't contain any IP SANs 1. 则需要将/usr/lib/systemd/system/docker.service文件中ExecStart值修改为如下形式,即: ...
code = Unknown desc = failed to pull and unpack image “172.16.116.104/k8s/cronjob:v1”: failed to resolve reference “172.16.116.104/k8s/cronjob:v1”: failed to do request: Head “https://172.16.116.104/v2/k8s/cronjob/manifests/v1”: x509: cannot validate certificate for 172.16.116.104...
ca.crt是harbor.crt #添加insecure-registries,不配做就会报以下错误 #x509: cannot validate certificate for 192.168.0.10 because it doesn't contain any IP SANs { "insecure-registries" : ["HARBOR_IP"] } !!!最后重启docker,然后登陆 docker login HARBOR_IP...
docker login -u admin -p Harbor12345 https://139.9.162.134:30043 response: Error response from daemon: Get "https://139.9.162.134:30043/v2/": x509: cannot validate certificate for 139.9.162.134 because it doesn't contain any IP SANs i try every method on the internet, but failedAuthor...