Podman login not working with Nexus OSS 3.28.0-0

Hi Team,

I am able to login to my private docker registry (Nexus OSS 3.28.0-0) from docker but the same thing not working with podman, same with anonymous pull, works with docker but not with podman.

any help will be appreciated

docker login:
docker login <Internal_server>:<internal_port>
Authenticating with existing credentials…
WARNING! Your password will be stored unencrypted in /home/cexadmin/.docker/config.json.
Configure a credential helper to remove this warning. See

Login Succeeded

Podman login:

podman login

Username: xxxxx
Password:
Error: error authenticating creds for “”: error pinging docker registry: Get /v2/: Forbidden

podman pull /image:version

Trying to pull /image:version…
Get /v2/: Forbidden
Error: error pulling image “/image:version”: unable to pull /image:version: unable to pull image: Error initializing source: error pinging docker registry : Get /v2/: Forbidden

I am able to login docker.io using podman

podman login docker --log-level=debug

DEBU[0000] Credentials not found
Username: xxxx
Password:
DEBU[0025] Looking for TLS certificates and private keys in /etc/docker/certs.d/registry-1.docker.io
DEBU[0025] GET /v2/
DEBU[0026] Ping /v2/ status 401
DEBU[0026] GET /token?account=xxxx&service=registry.docker.io
DEBU[0026] GET
Login Succeeded!