tls – What ssl_ciphers to configure for Nginx reverse proxy of private Docker registry

I run Artifactory on RHEL8 with a Docker remote repository, i.e. Artifactory is a proxy for a repo hosted through Jfrog.io.

When I try to login I get this error:

Error response from daemon: Get "https://my-docker-registry/v2/": tls: server chose an unconfigured cipher suite

Reconfiguring crypto-policies to DEFAULT, and lowering Nginx to server over TLSv1.1 & TLSv1.2 did not help. Should Docker have a particular config to enable TLS? Or should Nginx be configured in a particular way?

Read more here: Source link