docker-registry-ui icon indicating copy to clipboard operation
docker-registry-ui copied to clipboard

Migrate to http client with SNI feature

Open fred01 opened this issue 8 years ago • 0 comments

I'm use several HTPPS domains on one server, one of them - docker's registry. When i'd try to register this registry, i've got error domain name 'example.net' != domain name in cert 'example1.net', but all other software (chrome, httpie etc) correctly determine proper site. Exact error message:

016-09-11 13:02:15,680 [http-bio-8080-exec-5] INFO web.RepositoryService - Ping failed: javax.net.ssl.SSLException: hostname in certificate didn't match: <registry.hidden.com> != <staging-server.hidden.com> OR <staging-server.hidden.com>

fred01 avatar Sep 11 '16 13:09 fred01