Skip to content
Advertisement

Tag: ssl-certificate

Docker login x509: certificate signed by unknown authority

I am running docker registry as container in Redhat Linux 7.5 with Docker 18.09.3-3 version. if configured with self-sign certificate. container started successfully. it works with curl with-out any error. but giving error for docker login command. curl command works login command how to resolve this error message? Thanks Answer My hostname set with upper case letter. Certificate was generated

Nifi 1.5 Untrusted Proxy on cluster

I’ve done my best to follow: https://pierrevillard.com/2016/11/29/apache-nifi-1-1-0-secured-cluster-setup/ I’m running nifi-1.5.0 and when I go to each of the pages I see an error like: Untrusted proxy CN=nifi-{1-3}.east.companyname.com, OU=NIFI. I’m using ldap authentication, and just accepting the “invalid” certificate. I’ve used an unrelated key-server to generate the keystore/truststore/certs as per the link above. I also have the nifi.security.needClientAuth=true and nifi.cluster.protocol.is.secure=true set

Private Docker registry error

I am new to docker and trying to push some images to docker registry which I made using self signed certificates. docker push But it gives following error: The push refers to a repository cannot validate certificate for If I use Domain in place of IP-Address, docker push it shows error: The push refers to a repository certificate signed by

Advertisement