[chef] How to change ssl port for chef 11 omnibus server


Chronological Thread 
  • From: Martin Eigenbrodt < >
  • To: " " < >
  • Subject: [chef] How to change ssl port for chef 11 omnibus server
  • Date: Fri, 8 Feb 2013 06:13:57 +0100

Hi all,

i installed chef server via the omnibus installer (ubuntu). And used

nginx['ssl_port']=8443

in my chef-server.rb.  Unfortunately cookbook uploading via knife fails, as 
it sill tries to use 443 (while, for example, knife node list works). I had a 
look
at the code and also added:

nginx['url']="https://#{node['fqdn']}:8443"
bookshelf['vip']=node['fqdn']+":8443"

This time the upload phase uses the right url, but the commit (during 
cookbook upload) fails, because it still uses 443.

So there is yet another Attribute to change?


Regards,

Martin


Archive powered by MHonArc 2.6.16.

§