RE: RE: Re: Changing listen ports for chef server?

It is partially reproducible, after all.

chef-client appears to connect without an error.

knife usually (but not always) displays an internal error.

The internal error is also not related to the nginx error I described earlier; it must be coincidence.

Kevin Keane

The NetTech

http://www.4nettech.com

Our values: Privacy, Liberty, Justice

See https://www.4nettech.com/corp/the-nettech-values.html

-----Original message-----
From: Kevin Keane Subscription subscription@kkeane.com
Sent: Monday 17th August 2015 11:36
To: chef@lists.opscode.com
Subject: [chef] RE: Re: Changing listen ports for chef server?

Rather than chasing wild geese, I made the exact same change a second time - this time, it worked without a hitch.

Chalk it up to a non-reproducible problem!

Kevin Keane

The NetTech

760-721-8339

http://www.4nettech.com

Our values: Privacy, Liberty, Justice

See https://www.4nettech.com/corp/the-nettech-values.html

-----Original message-----
From: Chris Magnuson chrismagnuson@interush.net
Sent: Monday 17th August 2015 11:21
To: chef@lists.opscode.com
Subject: [chef] Re: Changing listen ports for chef server?

I found this with Google, maybe you did as well.

http://docs.chef.io/open_source/config_rb_chef_server.html http://docs.chef.io/open_source/config_rb_chef_server.html

CJ

From: Kevin Keane Subscription
Reply-To: "chef@lists.opscode.com mailto:chef@lists.opscode.com "
Date: Monday, August 17, 2015 at 11:16 AM
To: "chef@lists.opscode.com mailto:chef@lists.opscode.com "
Subject: [chef] Changing listen ports for chef server?

I would like my open-source chef server to change the ports it listens to. The goal is for it to coexist with a regular Web server.

Apparently, there are entries in chef-server.rb that accomplish this:

nginx[‘non_ssl_port’] = 4080
nginx[‘ssl_port’] = 4443

However, when I do this (and of course change the client URL correspondingly), Chef reports internal errors. The nginx log file shows that an internal connection fails:

[error] 15162#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: “GET /organizations//cookbooks/base_files/0.3.2 HTTP/1.1”, upstream: “/cookbooks/base_files/0.3.2” title=“This external link will open in a new window” target="_blank">http://127.0.0.1:8000/organizations//cookbooks/base_files/0.3.2 <http://127.0.0.1:8000/organizations/ ", host: “:4443”

When I remove the entries in chef-server.rb, everything goes back to normal.

Is there something else I have to do in order to change the listen ports?

Kevin Keane

The NetTech

http://www.4nettech.com http://www.4nettech.com

Our values: Privacy, Liberty, Justice

See https://www.4nettech.com/corp/the-nettech-values.html