concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

update to correct tls port binding. #178

Closed sapient007 closed 5 years ago

sapient007 commented 5 years ago

current config of tls.bind_port is not the correct value for setting tls bind port per documentation https://bosh.io/jobs/atc?source=github.com/concourse/concourse&version=4.2.1#p%3dtls_bind_port the proper setting should be tls_bind_port

making commented 5 years ago

@sapient007 You are referring an old doc

Here is latest one https://bosh.io/jobs/web?source=github.com/concourse/concourse-bosh-release&version=5.4.1#p%3dtls.bind_port

It says

tls_bind_port Deprecated in favor of tls.bind_port.

taylorsilva commented 5 years ago

Closing for the reason stated in @making's comment.