Hi Folks,

I'm trying to setup a test envoriment which is composed by a
puppetmaster running in my laptop (Macos Snow Leopard) and a puppet
client running on a EC2 instance at Amazon. In order to allow the
client to talk with the master I'm using an SSH Remote port forward,
ie I login into from the laptop into the EC2 instance witha "-R
8140:localhost:8140" flag.

This way when the clients connect into localhost:8140 this connection
is forwarded back via SSH tunnel to my laptop. Now, whenever I test it
with netcat or something similar, everything went fine, but when I run
puppetd I got the error:

"err: Could not request certificate: SSL_connect SYSCALL returned=5
errno=0 state=SSLv2/v3 read server hello A". What does this mean? How
could I get this working?

Thanks in advance for any help.

Best regards,

Eric

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to