Fix router's TLS validation config#116
Conversation
Gorouter uses `skip_ssl_validation`, not `ssl_skip_validation`. * https://github.com/cloudfoundry/gorouter/blob/5171527e7054dd3b69b74eac97426eb324974a71/config/config.go#L52 * https://github.com/cloudfoundry/gorouter/blob/5171527e7054dd3b69b74eac97426eb324974a71/config/config.go#L97
|
Thanks for the pointer. However, the version of cf-release bundled with PCF Dev is currently The latest version of cf-release We'll be sure to watch this property to see if this rename occurs. But for now ( |
|
Oh, I see. |
|
No problem! Please feel free to submit a github issue with the symptoms that you're seeing and the steps to reproduce, so that we can help you out. |
Gorouter uses
skip_ssl_validation, notssl_skip_validation.As far as I know, this bug makes a CF app not working as a route service on the pcfdev environment.