CMK version: Enterprise 2.2
OS version: Docker
Error message:
–2025-11-10 12:55:57-- ``https://download.checkmk.com/checkmk/2.2.0p42/check-mk-enterprise-docker-2.2.0p42.tar.gz
Resolving ``download.checkmk.com`` (``download.checkmk.com``)… 45.133.11.29
Connecting to ``download.checkmk.com`` (``download.checkmk.com``)|45.133.11.29|:443… connected.
HTTP request sent, awaiting response… 401 Unauthorized
Authentication selected: Basic realm=“Download Checkmk - Subscription required”
Reusing existing connection to ``download.checkmk.com:443``.
HTTP request sent, awaiting response… 401 Unauthorized
Output of “cmk --debug -vvn hostname”: (If it is a problem with checks or plugins)
N/A
The issue I have is in general not able to download anything using my credentials. We are using CheckMK for 2-3 years now and everything worked as it should till last week.
We are hosting CheckMK in a Docker environment and using the registry of CheckMK (registry.checkmk.com) to download the enterprise image of the solution we host. However, when we tried to update to a new image, we started getting Unauthorized messages. It does not accept the user/pass we had.
So, I went to the Customer Portal, logged in and created a new credential for the license, just to ensure we are using the right one. I have included the new password and tried again and it did not work. For username we used our username we access the Customer Portal.
I also tried to use the same password we use for the Customer Portal too instead of the generated credentials password of the license. This also did not work.
Then I wanted to download the image manually via the archive download page. When I click on the download button, I get a popup to provide a username and a password. I added my username I use for the customer portal and password, this did not work. I tried different combinations and still did not work.
I even created an additional account with Admin rights and still I am not able to login and download any enterprise images behind a username/password login.
Am I doing something wrong or is there an issue with the login system? Does anyone else have this?
What are you using for username and what password is being used? The one of the customer portal or the generated credential of the license?
I tried:
docker login ``registry.checkmk.com`` —username {my-portal-username}
# For password I used the one of the portal, but also tried with the one generated.
# One times out, the other provides Unauthorised back.
I also tried manually downloading with wget
wget --user={my-portal-username} ``https://download.checkmk.com/checkmk/2.2.0p42/check-mk-enterprise-docker-2.2.0p42.tar.gz`` --ask-password
Used both password to test with and both give me 401 Unauthorized back.
Anyone?