I saw some issue where someone said: INSECURE_REGISTRY is needed because your registry is using a self-signed cert, whether it is secured or not.
Is the ca.crt in the /etc/origin/master/.. seen as a selfsigned certificate? (I don't know much about certs but I think real SSL-certs aren't free so it's probably seen as self-signed?) From: [email protected] To: [email protected] Subject: Use --insecure-registry tag on Secure OpenShift registry? Date: Tue, 15 Mar 2016 11:06:57 +0100 Hi, I have a secure registry which is working fine. But I have one issue. When I try to create a new-app from an image in my registry I have to use: --insecure-registry otherwise I get: x509: certificate signed by unknown authority. Is this normal? ex: oc new-app 172.30.xx.xx:5000/project/image:tag I'm working with the certs and I think it works fine? I'm able to push, pull and login manually without that error. When I create a s2i-image (which will also be pushed to the registry) it's also working and fine (using a provided secret).
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
