4

I want to deploy mqtt broker with tcp port 1883 and terminate ssl out of broker.

I know how to open tcp port with haproxy-ingress and nginx-ingress but don't know how I can use ssl terminate with it.

Wytrzymały Wiktor
  • 11,492
  • 5
  • 29
  • 37
William
  • 225
  • 4
  • 21
  • check here https://stackoverflow.com/questions/69488472/vernemq-port-1883-with-haproxy-ingress-and-also-ssl-termination/69508953#69508953 – Sabeeh Oct 15 '21 at 10:26

1 Answers1

0

It's a known issue and there is the information about designing the TCP LB with our CRDs, and this will include SSL termination by Nginx. Unfortunately, it was not released yet, but there is an useful workarounds described here. Please try these solutions and if there doesn't work, please follow this thread in GitHub issue and wait for any update of that upcoming release (someday).

Bazhikov
  • 765
  • 3
  • 11