Hi,

I have set-up one MOM and two compile masters by following the link 
- https://puppet.com/docs/pe/2017.3/installing/installing_compile_masters.html. 
I am able to download and install the package in agents by replacing the 
MOM server ip with LB ip.


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
  server server1 compilemaster1.example.com:8140
  server server2 compilemaster2.example.com:8140


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:
Warning: SSL_connect returned=1 errno=0 state=error: certificate verify 
failed: [ok for /CN=compilemaster1.example.com]
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

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/df961f76-23bf-47ba-b5bb-726b685f5600%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to