You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: