You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I testing chef server on virtual machine and do some DNAT to access it. Server is configured due to guide and nginx listens on default 443 port. On my host system port 444 is used.
So knife.rb looks like this:
...
chef_server_url "https://my.chef.server.com:444/organizations/testorg"
...
After server and workstation setup some commands runs well. knife ssl fetch, knife ssl check and even knife data bag from file .... But when I try to upload some cookbooks with knife cookbook upload my_cookbook -V fails and INFO loglines look like:
INFO: Uploading chef-repo/cookbooks/my_cookbook/resources/manage.rb (checksum hex = ...) to https://my.chef.server.com:443/...
...
As you may see knife cookbook upload ... is sending cookbook to 443 port instead of 444 listed in knife.rb.
`knife cookbook upload -v' output:
Chef: 12.4.1
The text was updated successfully, but these errors were encountered:
Hi,
Currently I testing chef server on virtual machine and do some DNAT to access it. Server is configured due to guide and nginx listens on default 443 port. On my host system port 444 is used.
So knife.rb looks like this:
...
chef_server_url "https://my.chef.server.com:444/organizations/testorg"
...
After server and workstation setup some commands runs well.
knife ssl fetch
,knife ssl check
and evenknife data bag from file ...
. But when I try to upload some cookbooks withknife cookbook upload my_cookbook -V
fails and INFO loglines look like:INFO: Uploading chef-repo/cookbooks/my_cookbook/resources/manage.rb (checksum hex = ...) to https://my.chef.server.com:443/...
...
As you may see
knife cookbook upload ...
is sending cookbook to 443 port instead of 444 listed in knife.rb.`knife cookbook upload -v' output:
Chef: 12.4.1
The text was updated successfully, but these errors were encountered: