On Monday, October 20, 2014 1:17:51 AM UTC-5, Richard wrote: > > i want to know if Puppet SSL function can be closed and the > connnection between master and client through ssl can be changed >
In what context? For what purpose? Puppet uses SSL to authenticate master to agent and agent to master, and to secure communications between them. Their connections are of limited duration -- they are closed once the agent obtains everything it needs to perform one catalog run. Premature closure will result in the agent aborting the run and trying anew to obtain a catalog. You can load balance among equivalent masters, but (for different reasons) you cannot shift between different masters to serve one catalog request. John -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/e03eb01f-b6cb-44cf-8ce3-3faf4da01a95%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
