Skip to content
Discussion options

You must be logged in to vote

You cannot use ssl-passthrough and ingress certificate at the same time. TLS passthrough means that the connection will be taken as it is and passed to the broker without decrypting it. So it will use the broker certificate. If you disable TLS passthrough and temrinate the TLS connection in the Ingress, you can use your Ingress certificate, but Nginx will figure out that there is not HTTP inside and not route the connection.

So if you want to use your own certificate, you have to configure it in the broker - for example as the listener certificate.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@chanvoyage
Comment options

@scholzj
Comment options

@chanvoyage
Comment options

@scholzj
Comment options

Answer selected by chanvoyage
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