Issue #21961 has been updated by Andrew Parker. Status changed from Merged - Pending Release to Closed
Released in 3.3.0 ---------------------------------------- Feature #21961: Support SSL connections without peer verification https://projects.puppetlabs.com/issues/21961#change-99500 * Author: Michal Ruzicka * Status: Closed * Priority: Normal * Assignee: * Category: * Target version: 3.3.0 * Affected Puppet version: 3.0.0 * Keywords: * Branch: ---------------------------------------- The Cloud Provisioner has always used the <code class="ruby">Puppet::Network::HttpPool.http_instance</code> method to obtain HTTP connection objects. This method used to return the <code>Net::HTTP</code> objects before [fa32691db3a7c2326118d528144fd1df824c0bb3](https://github.com/puppetlabs/puppet/commit/fa32691db3a7c2326118d528144fd1df824c0bb3).<br /> The commit changed it to return objects of type <code>Puppet::Network::HTTP::Connection</code>, which is convenient (as it does all the SSL setup) when connecting to hosts which can be verified, but unusable (since currently there is is no way to suppress the peer verification) when connecting to hosts which cannot be verified.<br /> To be able to continue using the <code class="ruby">Puppet::Network::HttpPool.http_instance</code> method in Cloud Provisioner, both that method and the <code>Puppet::Network::HTTP::Connection</code> class need to be extended to support optional suppressing of the peer verification. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
