Skip to content

TLS handshake error with ingress enabled on Kubernetes deployment #286

@david-baylibre

Description

@david-baylibre

Hi,
Ingresses seem to communicate without TLS when mode is ingress and passthrough is disabled, the controller logs some http: TLS handshake error from 10.0.19.33:34070: tls: first record does not look like a TLS handshake when I try to run an exporter.

I did not find a way to disable TLS on the pod.
Switching from nginx.ingress.kubernetes.io/backend-protocol: GRPC to nginx.ingress.kubernetes.io/backend-protocol: GRPCS fixes the problem in my case.

Am I missing something?

Configuration:

jumpstarter-controller:
  grpc:
    tls:
      mode: "reencrypt"
      routercertsecret: router.mydomain-tls
      controllerCertSecret: controller.mydomain-tls
    mode: "ingress"
    ingress:
      class: nginx

Deployment:

helm upgrade jumpstarter --install oci://quay.io/jumpstarter-dev/helm/jumpstarter --version=0.7.0-1217-g9eadf19b -f values.yaml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions