argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.54k stars 5.35k forks source link

Getting "invalid cipher suite specified" when running locally #17997

Open crenshaw-dev opened 5 months ago

crenshaw-dev commented 5 months ago

I had to do this to get past it:

export ARGOCD_TLS_CIPHERS=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384

Will investigate more later. @nandinisingh759 also hit it.

blakepettersson commented 4 months ago

Should be fixed with #17569?