Docker
Docker received a malformed HTTP response from a registry
Docker attempted to talk to a registry over plain HTTP while the registry expected HTTPS, producing a malformed HTTP response during the connection handshake.
Docker
Docker attempted to talk to a registry over plain HTTP while the registry expected HTTPS, producing a malformed HTTP response during the connection handshake.
Observed message
Error response from daemon: Get http://registry.example:5000/v2/: malformed HTTP response
Also seen as
server gave HTTP response to HTTPS clientGet https://registry.example:5000/v2/: malformed HTTP responseWhy it happens
How to fix it
Official reference
Docker Docs: Certificates not set up correctlyRelated errors
Explore more