Conan repository - cannot authenticate

Hi,

authentication to conan repository fails. The client asks password over and over again.

On Nexus in the request.log the related entries:

10.232.45.200 - - [26/Oct/2020:12:50:41 +0000] "GET /repository/conan/v1/conans/hello/0.1/testuser/testing/digest HTTP/1.1" 401 - 0 1 "Conan/1.30.2 (Python 3.7.3) python-requests/2.21.0" [qtp1516347940-74]
10.232.45.200 - testuser [26/Oct/2020:12:50:41 +0000] "GET /repository/conan/v1/users/authenticate HTTP/1.1" 200 - 47 3 "Conan/1.30.2 (Python 3.7.3) python-requests/2.21.0" [qtp1516347940-1962]

Conan client version: Conan/1.30.2 (Python 3.7.3)
Nexus version: OSS 3.25.0-03

Any idea?

Thanks,
Balázs

You likely need to enable the Conan Bearer Token Realm (via Administration → Security → Realms).

This solved the issue. Thanks Rich!