Hello,
First I just want to state that I’m new to Chef and I’ve been tasked to get a POC up and running. So I’m learning as I go.
I installed the Chef Server 12.6 on Centos 7 VM for testing purposes a few days ago. It installed successfully with no issues. I then installed the Chef-DK on a VM that’s going going to be the workstation and configured to point to the chef server. The issue I run into is when I try to do a knife ssl fetch or even a knife ssl check. I get the following error:
ERROR: Errno: :ECONNRESET: Connection reset by peer - SSL_connect
Any ides of I might resolve this? I’m following the step-by-step guide at https://learn.chef.io/install-and-manage-your-own-chef-server/linux/install-chef-server/install-chef-server-using-your-hardware/ and I’m stuck on step 8.
Thanks in advance!