During the bootstrapping operation, things seem to go fine except the client gets hung up on after the key exchange.
verbose: Saving public key to file '/var/cfengine/ppkeys/root-MD5=c8b82145cfe652a7f4080f236e9e3e77.pub'
debug: TLSRecvLines(): CFE_v2 cf-serverd 3.10.0.
error: Connection unexpectedly closed (SSL_read): socket closed
error: Connection was hung up while receiving line:
error: Connection was hung up during identification! (3)
verbose: Connection to {policy_hub_ip} is closed
info: Unable to establish connection to '{policy_hub_ip}'
error: No suitable server found
When I check the logs on the policy server though, it says the key presented from the client is bad
Jan 26 18:50:02 engine cf-serverd[3996]: CFEngine(server) {client_ip}> TRUST FAILED, peer presented an untrusted key, dropping connection!
Any idea what's going on here?