Chef client install getting below error

Hi,

Getting below error while installing chef client in my local box, please help me to resolve this issue.

[root@docker docker]# curl -vL https://www.chef.io/chef/install.sh | sudo bash

  • About to connect() to www.chef.io port 443 (#0)
  • Trying 103.245.222.65… connected
  • Connected to www.chef.io (103.245.222.65) port 443 (#0)
  • Initializing NSS with certpath: sql:/etc/pki/nssdb
  • CAfile: /etc/pki/tls/certs/ca-bundle.crt
    CApath: none
  • NSS error -5961
  • Closing connection #0
  • SSL connect error

curl: (35) SSL connect error

Regards,
PullaReddy

ssl_verify_mode :verify_none

add this in knife.rb.

Regards,
Anjaneya Raju.E
Desk : 04039938204
Mob : +919618222206
[cid:image001.jpg@01CED4A1.D69F4B70]http://www.techmahindra.com/

From: Malli Pulla Reddy [mailto:mpreddy@jamcracker.com]
Sent: Friday, April 17, 2015 5:52 PM
To: chef@lists.opscode.com
Subject: [chef] Chef client install getting below error

Hi,

Getting below error while installing chef client in my local box, please help me to resolve this issue.

[root@docker docker]# curl -vL https://www.chef.io/chef/install.sh | sudo bash

  • About to connect() to www.chef.iohttp://www.chef.io port 443 (#0)
  • Trying 103.245.222.65… connected
  • Connected to www.chef.iohttp://www.chef.io (103.245.222.65) port 443 (#0)
  • Initializing NSS with certpath: sql:/etc/pki/nssdb
  • CAfile: /etc/pki/tls/certs/ca-bundle.crt
    CApath: none
  • NSS error -5961
  • Closing connection #0
  • SSL connect error

curl: (35) SSL connect error

Regards,
PullaReddy

Hi guys,
Have someone experienced issues with installing pushy-client agent on node’s side? I am having issue as follow:

  1. Installation starts 2) Is being done till the very end… 3) And at the beginning when it tries to create service it fails saying that it can’t create service. 4) And it asks me to check permissions.
    But I am Administrator with all privileges.
    Thank you in advance for any support.
    Regards, Taras.

Forgot to mention platform type:
OS: Windows 2008 R2 SP1
Regards, Taras.

17 квітня 2015, 15:52:12, від < klum_tz@ukr.net >:

Hi guys,
Have someone experienced issues with installing pushy-client agent on node’s side? I am having issue as follow:

  1. Installation starts 2) Is being done till the very end… 3) And at the beginning when it tries to create service it fails saying that it can’t create service. 4) And it asks me to check permissions.
    But I am Administrator with all privileges.
    Thank you in advance for any support.
    Regards, Taras.

What platform / version is running in your docker container? Does openssl
s_client return 0? Run:

% openssl s_client -connect www.chef.io:443 1>/dev/null < /dev/null

It should have a line like this:

verify return:0

We (Chef) don’t recommend disabling SSL verification, especially as the
certificate for www.chef.io is valid.

On Fri, Apr 17, 2015 at 6:22 AM, Malli Pulla Reddy mpreddy@jamcracker.com
wrote:

Hi,

Getting below error while installing chef client in my local box, please
help me to resolve this issue.

[root@docker docker]# curl -vL https://www.chef.io/chef/install.sh | sudo
bash

  • About to connect() to www.chef.io port 443 (#0)

  • Trying 103.245.222.65… connected

  • Connected to www.chef.io (103.245.222.65) port 443 (#0)

  • Initializing NSS with certpath: sql:/etc/pki/nssdb

  • CAfile: /etc/pki/tls/certs/ca-bundle.crt

CApath: none

  • NSS error -5961

  • Closing connection #0

  • SSL connect error

curl: (35) SSL connect error

Regards,

PullaReddy


Joshua Timberman