Skip to content
Discussion options

You must be logged in to vote

Thanks a lot @scholzj , that was exactly what was missing. The nginx controller wasn't enabling the SSL passthrough.

Here is the config that I added in my helm values file to enable it:

nginx-ingress-controller:
  extraArgs:
    enable-ssl-passthrough: true
  service:
    annotations:
      kubernetes.io/elb.id: "xxxxxxxxxxxxx.xxxxx.xxxx...."

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Comment options

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