You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can login with the token from the API but when I try to push an image I see the following error: Unable to push image to library: creation did not succeed: http status code: 404
In the logs of the uwsgi container I see: POST /v1/tags/1 => generated 0 bytes in 7 msecs (HTTP/1.0 404) 7 headers in 219 bytes (1 switches on core 0)
In the logs of minio the POST arrive:
POST /sregistry/test/image%3Asha256....
sregistrytest/image:...
The certificates seem to have been applied correctly, I can access the web in https:// without errors
If I try to upload the image in the website I see the error: Secure connection error Error code: PR_CONNECT_RESET_ERROR
Do you know what could be going on?
Do you have any idea of what could be going on?
Thank you !!
The text was updated successfully, but these errors were encountered:
Hello,
I can login with the token from the API but when I try to push an image I see the following error:
Unable to push image to library: creation did not succeed: http status code: 404
In the logs of the uwsgi container I see: POST /v1/tags/1 => generated 0 bytes in 7 msecs (HTTP/1.0 404) 7 headers in 219 bytes (1 switches on core 0)
In the logs of minio the POST arrive:
The certificates seem to have been applied correctly, I can access the web in https:// without errors
If I try to upload the image in the website I see the error: Secure connection error Error code: PR_CONNECT_RESET_ERROR
Do you know what could be going on?
Do you have any idea of what could be going on?
Thank you !!
The text was updated successfully, but these errors were encountered: