Re: [Puppet Users] SSH port forwarding

2011-03-29 Thread Thomas Bellman
Jaroslav Klaus wrote: I'm trying to run puppet through SSH channel using port forwarding (ssh master -R 8140:127.0.0.1:8140 -L 8139:127.0.0.1:8139). But for some unknown reason TCP connection is terminated and puppet agent finishes with message err: Could not request certificate:

Re: [Puppet Users] SSH port forwarding

2011-03-29 Thread Jaroslav Klaus
On 29.3.2011, at 14:08, Thomas Bellman wrote: A guess, but it's nothing more than that, is that you run afoul of the 0.1 seconds timeout when you connect via an SSH tunnel. Yes. That was the issue. I increased this timeout a bit and it's OK now. Thx. Jaroslav smime.p7s Description: S/MIME

[Puppet Users] SSH port forwarding

2011-03-28 Thread Jaroslav Klaus
Hi, I'm trying to run puppet through SSH channel using port forwarding (ssh master -R 8140:127.0.0.1:8140 -L 8139:127.0.0.1:8139). But for some unknown reason TCP connection is terminated and puppet agent finishes with message err: Could not request certificate: SSL_connect SYSCALL