Hi,
Client details: Client are pointed to LB IP
Ha proxy configuration:
frontend puppet-frontend_test_1
bind x.x.x.x:8140
mode tcp
default_backend puppet-backend-test-1
backend puppet-backend-test-1
balance roundrobin
mode tcp
stick-table type ip size 1m expire 1m
I am facing issues to run puppet client in agents after registration and getting below error. please help me.
Warning: Unable to fetch my node definition, but the agent run will continue:
Info: Retrieving pluginfacts
Error: /File[/opt/puppetlabs/puppet/cache/facts.d]: Failed to generate additional resources using 'eval_generate': SSL_connect returned=1 errno=0 state=error: certificate verify failed: [ok for /CN=
compilemaster1.example.com]
Error: /File[/opt/puppetlabs/puppet/cache/facts.d]: Could not evaluate: Could not retrieve file metadata for puppet:///pluginfacts: SSL_connect returned=1 errno=0 state=error: certificate verify failed: [ok for /CN=
compilemaster1.example.com]
Thanks in advance.
chanlinux