zilla icon indicating copy to clipboard operation
zilla copied to clipboard

Postman mqtt not sending SNI during MQTTS TLS handshake

Open akrambek opened this issue 1 year ago • 1 comments

Set up zilla config options with following where the exit route condition based on the sni

                  mqtt_tls_server:
                    type: tls
                    kind: server
                    vault: secure
                    telemetry:
                      metrics:
                        - stream.*
                    options:
                      keys:
                        - {{ MQTT_TLS_KEY }}
                    routes:
                      - exit: mqtt_server
                        when:
                        - authority: mqtt.example.aklivity.com

Posmans to connect over mqtts since it doesn't provide sni and fails to resolve route.

akrambek avatar Dec 31 '23 07:12 akrambek

Filed a ticket to track in postman repo https://github.com/postmanlabs/postman-app-support/issues/12804

akrambek avatar Apr 18 '24 15:04 akrambek