SRX devices are reporting a “Log Term Connection Failed” status when attempting to stream logs to Mist at srx-log-terminator.eu.mist.com over TLS (port 6514).
srx-log-terminator.eu.mist.com
This issue may arise due to one or more of the following:
Step 1: Connectivity Testing
On the SRX, run connectivity tests to Mist’s log server using the correct source IP:
junos_cli > telnet srx-log-terminator.eu.mist.com port 6514 source "<correct-source-ip>"
Confirm the host is reachable and there are no blocking issues along the path.
Step 2: Validate Mist-Provided Configuration
Ensure the Mist-assigned configuration blocks are present and correctly formatted in the SRX:
set groups mist-wa services ssl initiation profile app_usage ...
set groups mist-wa security log stream app_usage host srx-log-terminator.eu.mist.com ...
set groups mist-wa security log stream app_usage transport protocol tls ...
Confirm there's no typo or misconfiguration, particularly in the hostname or transport settings.
Step 3: Verify TLS Session
Perform a live capture or session check to confirm the SRX initiates and completes a TLS handshake on port 6514:
Step 4: Update Log Source IP in Mist Dashboard
In the Mist dashboard:
This ensures Mist identifies the device correctly and can associate incoming log streams to the right source.