Skip to content

SSL Passthrough not working #5292

Answered by ItsKev
ItsKev asked this question in Q&A
Jan 21, 2021 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Thanks for your help @jannfis

We installed argocd with helm and are now using the integrated ingress which can be used providing the values over the values.yaml. This worked then directly on the first try.

values.yaml

server:
  ingress:
    enabled: true
    annotations:
      "cert-manager.io/cluster-issuer": "letsencrypt-stage"
      "kubernetes.io/ingress.class": "nginx"
      "nginx.ingress.kubernetes.io/ssl-passthrough": "true"
      "nginx.ingress.kubernetes.io/backend-protocol": "HTTPS"
    hosts:
      - example.com
    paths:
      - /
    tls:
      - secretName: argocd-secret
        hosts:
          - example.com
    https: true

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@ItsKev
Comment options

@jannfis
Comment options

@jannfis
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ItsKev
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