-
Notifications
You must be signed in to change notification settings - Fork 877
I'm not able to auth on private registry #1080
Comments
@jeusdi can you copy paste the command you ran to create your htpasswd file? |
You given me a clue. I've dug out a bit and I've realised I used
It works fine now using this command:
However, as you can see before I've configured registry with TLS certificates.
I'm comming up with this message each time:
registry is listening on 443 and 5000:
So, I'm trying to connect to it using only secured connection... |
I have the same problem,please help |
facing the same issue and '-B' seems like use bcrypt encryption method. is it the only encryption method supported ? |
I've create an htpasswd file and a certificate (a
.crt
+.key
files).After that I start my registry:
So, I'm trying to login on registry, but I'm receiving this response:
Response:
I've took a look on logs (
docker logs registry
):I've been working on this issue for a long time, but I'm quite able to figure out waht I'm doing wrong...
The text was updated successfully, but these errors were encountered: