Hello. Installed latest version of nexus sonatype on Centos 7.9.2009 (Core) on the same host with other service and nginx.
1 service has ssl-cert, and I created additional location in nginx. So I can use nexus in web like site.com/nexus
But when I trying docker login -u admin -p password site.com it returns:
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: login attempt to https://site.com/v2/ failed with status: 400 Bad Request
If I trying use ttp://site.ru:8083 it doesn’t works in gitlab during pipeline.
How to fix it?