Description

During SSR onboarding to the conductor, the SSR might get stuck at connected state.

Symptoms

You may see below errors under /var/log/salt/minion

raise SaltClientError("Nonce verification error")
salt.exceptions.SaltClientError: Nonce verification error

 

Solution

This migh happen due to slow tcp connection. Ensure the network you use to connect to the conductor has a good bandwidth.  

Modification History

2024-08-30 : Article Created