Skip to content

Cannot set tlsminversion to 1.3 although it supports #5100

Answered by jannfis
muratzorer asked this question in Q&A
Discussion options

You must be logged in to vote

I think K8s 1.16.3 was compiled using Go 1.12.x (at least according to their changelog).

While Go 1.12 added support for TLS v1.3, it seems to be opt-in as specified in golang/go#30055 - so either you need to make your K8s opt-in to use TLS v1.3 also for , upgrade K8s to a later version (compiled using Go 1.13 or above) or use --mintlsversion v1.2 with Argo CD.

This is not a bug in Argo CD in my opinion.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jessesuen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5100 on December 21, 2020 21:44.