search for: sslcertificate

Displaying 11 results from an estimated 11 matches for "sslcertificate".

2007 Aug 28
2
sslcertificates module for debian and darwin
...til I have figured out how to do this, The test is rather simple. There is a class called dfncertificates defined in this module which gives you a hint how the module is used. Have fun, comments are welcome. udo. -------------- next part -------------- A non-text attachment was scrubbed... Name: sslcertificates.tgz Type: application/x-compressed-tar Size: 1476 bytes Desc: not available Url : http://mail.madstop.com/pipermail/puppet-users/attachments/20070828/7041b735/attachment.bin
2010 Mar 18
2
cannot start or stop apache due to ssl changes
...able, shutting down Unable to open logs I re-generated the self signed certificate keys and restarted the server. /sbin/service httpd start is looking for ssl_gd.conf and NOT SSL.CONF; Don't know how this happened? Starting httpd: Syntax error on line 143 of /etc/httpd/conf.d/ssl_gd.conf: SSLCertificateFile: file '/etc/sslcertificate/gd.crt' does not exist or is empty [FAILED] Can anyone give some pointers to solve this? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pip...
2007 Nov 02
1
Interaction bug between Puppet CA and mod_ssl
...in name."], :certdir => ["$ssldir/certs", "The certificate directory."], :publickeydir => ["$ssldir/public_keys", "The public key directory."], :privatekeydir => { :default => "$ssldir/private_keys", --- sslcertificates/ca.rb-orig 2007-11-01 21:28:32.000000000 -0400 +++ sslcertificates/ca.rb 2007-11-01 21:28:47.000000000 -0400 @@ -142,13 +142,8 @@ # Create the root certificate. def mkrootcert - # Make the root cert''s name the FQDN of the host running the CA. - name = Fact...
2006 Dec 01
1
Packages build for Solaris ? As CSW packages ?
...site_ruby/1.8/puppet/server/report.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/server/rights.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/server/runner.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/server/servlet.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/server.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/sslcertificates ./opt/csw/lib/ruby/site_ruby/1.8/puppet/sslcertificates/ca.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/sslcertificates/certificate.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/sslcertificates/inventory.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/sslcertificates.rb ./opt/csw/lib/ruby/site_ruby/1.8/pupp...
2009 Jun 13
0
problems with puppetd on some of my solaris machines
...]: Autorequiring File[/etc/opt/csw/ puppet/ssl/certs] debug: /Settings[/etc//opt/csw/puppet/puppet.conf]/Settings[puppetd]/ File[/etc/opt/csw/puppet/puppet.conf]: Autorequiring File[/etc/opt/csw/ puppet] debug: Finishing transaction 69323770 with 0 changes /opt/csw/lib/ruby/site_ruby/1.8/puppet/sslcertificates/support.rb: 36:in `read_cert'': Could not read hostcert: header too long (Puppet::SSLCertificates::Support::InvalidCertificate) from /opt/csw/lib/ruby/site_ruby/1.8/puppet/network/ http_pool.rb:34:in `read_cert'' from /opt/csw/lib/ruby/site_ruby/1.8/puppet/net...
2010 Mar 05
1
WEBrick 500 error only with https
...= true server = WEBrick::HTTPServer.new( :Port => options[:port].to_i, :ServerType => options[:server_type], :BindAddress => options[:ip], :SSLEnable => true, :SSLVerifyClient => OpenSSL::SSL::VERIFY_NONE, :SSLCertificate => options[:cert], :SSLPrivateKey => options[:pkey], :SSLCertName => [ [ "CN", WEBrick::Utils::getservername ] ] ) server.mount(''/'', DispatchServlet, options) trap("INT") { server.shutdown } server.start...
2012 May 09
1
tlsv1 alert unknown ca
Dear all, I see this error message in my *masterhttp.log* repeatedly: ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=SSLv3 > read client certificate A: tlsv1 alert unknown ca > I saw a similar mail in the list but there was no definitive answer to that post. Does anyone know what am I missing here? I do understand what *unknown ca* means but I can''t think
2011 Oct 24
0
Announce: Puppet 2.6.12 Available [security update]
..., not ''-''. 3bdeb3a Ruby 1.8.5 compatibility changes in tests and code. 6866d4b Add `lines` alias for `each_line` in Ruby 1.8.5. 2f9ec3c s/not_to/should_not/ for older versions of RSpec 2. 56320ea (#2848) Eliminate redundant `master_dns_alt_names`. de19861 (#2848) Remove the legacy SSLCertificates code cf008a6 (#2848) Rework the xmlrpc CA handler to use the modern SSL code 32be180 (#2848) Remove unused xmlrpc code 5f2a44d (#2848) Consistent return values from `subject_alt_names` accessors. 5e507f2 (#2848) Consistently use `subject_alt_names` as accessor name. 5ac2417 (#2848) Don''t...
2007 Oct 10
17
Warning for Fedora Core users
Fedora Core 7 has just updated their Ruby package (was 1.8.6.36-3.fc7, is now 1.8.6.110-3.fc7), and the upgrade broke my Puppet installation, and there was a similar report from someone else. Communications between the puppetmasterd and the puppetd running on the same host broke down with the message: Could not retrieve configuration: Certificates were not trusted: hostname not match with
2009 Mar 02
31
Using Augeas type to update sshd_config's AllowGroups
Hey gang, I seem to be having a brain disconnect on how to get the Augeas type to manage things that have multiple values (i.e. an Augeas tree) via Puppet. If I run this in augtool: augtool> set /files/etc/ssh/sshd_config/AllowGroups/1000 sshuser augtool> save I see this in /etc/ssh/sshd_config: AllowGroups sshuser However, if I try this in an Augeas type: augeas {
2011 Dec 01
3
Announce: Puppet 2.7.8rc1 available
..., not ''-''. 3bdeb3a Ruby 1.8.5 compatibility changes in tests and code. 6866d4b Add `lines` alias for `each_line` in Ruby 1.8.5. 2f9ec3c s/not_to/should_not/ for older versions of RSpec 2. 56320ea (#2848) Eliminate redundant `master_dns_alt_names`. de19861 (#2848) Remove the legacy SSLCertificates code cf008a6 (#2848) Rework the xmlrpc CA handler to use the modern SSL code 32be180 (#2848) Remove unused xmlrpc code 5f2a44d (#2848) Consistent return values from `subject_alt_names` accessors. 5e507f2 (#2848) Consistently use `subject_alt_names` as accessor name. 5ac2417 (#2848) Don''t...