search for: client_cert

Displaying 7 results from an estimated 7 matches for "client_cert".

2007 Jul 31
0
wsdlDriver won't run under Rails (SSL)
...==== require ''soap/wsdlDriver'' require ''http-access2'' user = ''fwkaufm'' wsdl = ''ProxyUser.wsdl'' soap = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver soap.options[''protocol.http.ssl_config.client_cert''] = ''/etc/certs/ssl.crt/server_cert.crt'' soap.options[''protocol.http.ssl_config.client_key'']=''/etc/certs/ssl.crt/server_key_nopass.pem'' soap.options[''protocol.http.ssl_config.ca_file'']=''/etc/certs/ssl....
2023 Dec 04
0
Wrong url's from ezstream/icecast
...hostname>radio.horsens-garage.rocks</hostname> <password>xxx</password> <tls>required</tls> <tls_cipher_suite>HIGH:!RSA:!SHA:!DH:!aNULL:!eNULL:!TLSv1</tls_cipher_s uite> <ca_dir>/etc/ssl/certs</ca_dir> <client_cert>/etc/icecast2/bundle.pem</client_cert> </server> <server> <name>stream_http</name> <protocol>HTTP</protocol> <port>8000</port> <user>source</user> <hostname>radio.horsens-garage.rocks&l...
2007 Apr 05
1
signing certs
...: Retrieving existing certificate for unknown.example.com err: Unauthenticated client ::ffff:192.168.x.y(::ffff:192.168.x.y) cannot call puppetmaster.getconfig err: Unauthenticated client ::ffff:192.168.x.y(::ffff:192.168.x.y) cannot call puppetmaster.getconfig Then I make a puppetca --clean <client_cert>. After that I restart the client and suddenly it works: debug: Overriding ::ffff:192.168.x.y with cert name unknown.example.com debug: Allowing unknown.example.com(::ffff:192.168.x.y) trusted access to puppetmaster.getconfig debug: Our client is remote notice: Reloading files debug: importing...
2013 Oct 18
1
'eval_generate: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert unknown ca
Hi, ppl I dont know what to do. I configure a new client do sync with my server. the server accept de client_cert without errors and then when i run the "puppet agent -t" agaion i got this error output info: Retrieving plugin err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using ''eval_generate: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket...
2006 Jun 27
0
Calling SOAP based Web Services over SSL
...ctory of my web server. That code looked like this: ******************************************************************* def hello opts = {} opts[''protocol.http.ssl_config.verify_mode''] = ''OpenSSL::SSL::VERIFY_PEER'' opts[''protocol.http.ssl_config.client_cert''] = ''public/healeyt/cert_healeyt.pem'' opts[''protocol.http.ssl_config.client_key''] = ''public/healeyt/healeyt_keypair.pem'' opts[''protocol.http.ssl_config.ca_file''] = ''public/CA'' soap_client = Ac...
2012 Oct 04
4
Puppet 3.0 + Inventory search
Hello, I am having problems with Puppet since upgrading to 3.0.0. When I call an inventory search I get a Error 400. I have used dashboard + Perl Oct 4 08:58:43 puppet01 puppet-master[7008]: Handling request: GET /production/facts_search/search?facts.lsbdistcodename.eq=lenny Oct 4 08:58:43 puppet01 puppet-master[7008]: header too long ii facter
2013 Jan 07
16
stdlib take almost 14 minutes to sync on CentOS Vagrant VM
Hi, I have a fresh CentOS 5.8 Vagrant VM that I''m using to emulate a customer''s server. During the first Puppet run, it takes 13 minutes and 48 seconds to sync the Puppet Labs stdlib module. On a similar Ubuntu 12.04.1 Vagrant VM, Puppet starts up, and almost instantly goes from plugin sync to facter load. Is this load time for stdlib on a RHEL variant normal?