Open cyd01 opened 2 years ago
Good question. You'd need to search on nginx
on which this project is based. This project's base image builds nginx from source, so whatever's required for support should be achievable, and PRs are welcome! I commend you on TLSv1.3-only posture.
Thanks for answering. Here is the pull request: https://github.com/rpardini/docker-registry-proxy/pull/124
I use a private docker repository that use TLS v1.3 protocol only (for security purpose). Prior versions were disabled.
It seems version v1.3 is not enabled in nginx:
How can I enable it ?