zilla
zilla copied to clipboard
Postman mqtt not sending SNI during MQTTS TLS handshake
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.
Filed a ticket to track in postman repo https://github.com/postmanlabs/postman-app-support/issues/12804