Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot configure minimuntls to 1.3 #128

Open
hugogallegosbyd opened this issue Dec 6, 2021 · 1 comment
Open

Cannot configure minimuntls to 1.3 #128

hugogallegosbyd opened this issue Dec 6, 2021 · 1 comment

Comments

@hugogallegosbyd
Copy link

Hi guys,

I'm having some troubles to enable the minimum tls version to 1.3. Even tough the factory default is 1.2, when I try to configure either using -E environment or config.yml file, the change never works.

Here is my config:

version: 0.1
log:
fields:
service: registry
storage:
cache:
blobdescriptor: inmemory
filesystem:
rootdirectory: /var/lib/registry
http:
addr: 0.0.0.0:443
headers:
X-Content-Type-Options: [nosniff]
tls:
certificate: /certs/e911-utils.crt
key: /certs/e911-utils.key
minimumtls: tls1.3
health:
storagedriver:
enabled: true
interval: 10s
threshold: 3

Others configuration like add, certs, are working, but in tls 1.2.

"Created": "2021-11-13T06:22:51.675426937Z",

Thanks

@hugogallegosbyd hugogallegosbyd changed the title Cannot configure minimuntl to 1.3 Cannot configure minimuntls to 1.3 Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@hugogallegosbyd and others