Hi all,
I am new to Puppet. I only know that by default puppet master will
listen on 8140. and puppet agent with --listen true will accept on
8139. But using openssl and send some http request, the result looks
the same. For example,
# openssl s_client -connect 192.168.218.184:8139
...
GET / HTTP/1.0

HTTP/1.1 400 The environment must be purely alphanumeric, not ''
Connection: close
Content-Type: text/plain
Date: Fri, 13 May 2011 17:47:03 GMT
Server: WEBrick/1.3.1 (Ruby/1.8.7/2010-06-23) OpenSSL/0.9.8o
Content-Length: 51

same response will be returned for port 8140.

My question is:
is there any request I can send, then the response from it can tell me
the target is a mater or agent?

-- 
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