Using nexus 3 as a registry

I’m currently using sonatype nexus 3 as a repository for my docker images and it works from my coreos boxes:

core@ny-coreos-npd02 ~/.docker $ docker login registry.mywebsite.com
Username: admin
Password:
Email: admin@email.com
WARNING: login credentials saved in /home/core/.docker/config.json
Login Succeeded
core@ny-coreos-npd02 ~/.docker $ docker pull registry.mywebsite.com/nginx:1.9.12
1.9.12: Pulling from nginx
a3ed95caeb02: Pull complete
Digest: sha256:fdcc5212d034f11a253bab0158e11e7f68efffe55e60b42253979e3328667a9f
Status: Downloaded newer image for registry.mywebsite.com/nginx:1.9.12

However when I add the registry to Rancher 1.0.0 with the correct credentials. I get the following error when pulling
Error (500 Server Error: Internal Server Error (“Get https://registry.mywebsite.com/v2/nginx/manifests/1.9.12: no basic auth credentials”))

Is there somewhere else I need to set my credentials?

This is a known issue that will be fixed in our next major release (1.1).

https://github.com/rancher/rancher/issues/3634

Thank you for the response.
Any idea on an eta on this?

Also, have you set up your docker daemon to talk to your registry?

http://docs.rancher.com/rancher/configuration/registries/

I have a signed cert on my registry url. So, it’s pulling containers from the command line without any issues.