I have installed Nexus-3.15.2-01 on CentOS-7.6, Nginx reverse proxy and SSL self-signed certificate configured to access over Https. https access working fine over browser.
Nexus Docker private repository https method activated.
From my docker host, when I tried to pull the docker images from my nexus private docker hub server, it failing with below.
docker pull 101.102.103.104:5051/docker-image-14:1
Error response from daemon: Get https:// 101.102.103.104:5051/v2/: x509: cannot validate certificate for 101.102.103.104 because it doesn't contain any IP SANs
I have moved my nexus.crt file to docker host /etc/docker/certs.d/101.102.103.104:5051/
location. Still not working.