I’m hitting a strange issue where following an upgrade from 3.58.1 → 5.59.0 I cannot access my docker repo. Reverting back to 3.58.1 all works again. My repo is configured to use a specific port and uses an apache reverse proxy. Bypassing the proxy does nothing to change the outcome, so the issue is clearly within nexus.
To test I’m hitting my server with curl and I’m expecting 404 response (invalid URL - this is my test), as you can see following the upgrade, I get a response from Jetty(9.4.51.v20230217), not Nexus/3.59.0-xx (OSS) as you’d expect?
Any suggestions?
Many thanks!
3.58.1 (working request), ie I get an expected (404) response from Server: Nexus/3.58.1-02 (OSS)
If 58001 is a Docker connector port configured on a specific repository you should only access Docker endpoints through it, not general Nexus paths is appears to be the case.
Many thanks for the feedback. My cURL commands were just a method to test/visualise the HTTP/S response, as when using “docker login” and/or “docker pull” it would error with “bad response” and nothing more.
I also tested creating a new docker repo against a new port (5802) but the same error manifests going via my reverse proxy (apache) or direct connection to the nexus3 docker container.
I’m beginning to wonder if enabling v1 support (legacy) support is worth a go and/or whether something has changed in docker CLI meaning my configuration when upgraded to nexus3 3.59.+ is causing an issue.
hey @mpiggott after some wrestling with this, I think* it was a proxy path issue - many thanks for the pointers!
Unless I’m horribly mistaken, and I’m getting false positives, it turned out that my working prox config (Nexus3:3.58.1) and earlier worked with (using apache/httpd as my reverse proxy)