puppet version 2.6.6
I occasionally see SSL connection errors similar to the following for puppet agents:
Could not evaluate: SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A Could not retrieve file metadata for puppet://...: SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A
or
Failed to generate additional resources using 'eval_generate': SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A
I found a few posts that describe this as potentially due to a timeout for establishing TLS communication between the master and the agent, but I do not know where this can be configured if this is really a problem.
Any help greatly appreciated!
Regards, Andrew Ells
source share