I have a nexus docker registry that up until today worked great. Today whenever I try to pull image form the registry i get the following error:
Get https://nexus-host:8083/: http: server gave HTTP response to HTTPS client
In my docker daemon file under /etc/docker/daemon.json file i have configures my insecure registry as such:
{"insecure-registries": ["nexus-host:8083"]}
As I said until today id had worked perfectly and now it works fr a short period of time after I restart the docker daemon.
Would really appreciate your help, Alon