rpardini / docker-registry-proxy

An HTTPS Proxy for Docker providing centralized configuration and caching of any registry (quay.io, DockerHub, k8s.gcr.io)
Apache License 2.0
912 stars 170 forks source link

Accept TLSv1.3 #124

Open cyd01 opened 2 years ago

cyd01 commented 2 years ago

Configure nginx to be able to deal with upstream server with all TLS version from 1 to 1.3.

cyd01 commented 2 years ago

This PR fixes #123