Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 6315845

Browse files
author
Alex Collins
committed
Add https FAQ
1 parent 00e9202 commit 6315845

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ As of release 0.9.5, this project is licenced under GPL v3.0. See the LICENSE fi
7575
## My registry can't be found/seen by docker registry web! Help!
7676

7777
If you're seeing error messages like `Connection to http://registry refused`, make sure you've configured the port and hostname correctly. **Do not** set the registry hostname to `localhost`, because the container will resolve this to itself (127.0.0.1). If the registry instance runs on the host machine (that which runs the container), then set the registry IP/hostname to `172.17.42.1`. Alternatively, you could use writable /etc/hosts as of Docker 1.2 and 'route' it that way.
78+
79+
## Registries behind HTTPS or `Ping failed: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated`
80+
You need to register the CA with the container's keystore; see issue #108.

0 commit comments

Comments
 (0)