mantl / mesos-consul

Mesos to Consul bridge for service discovery
Apache License 2.0
338 stars 95 forks source link

consul-ssl-cert and consul-ssl-cacert options are ignored #107

Closed mhamann closed 7 years ago

mhamann commented 7 years ago

Passing in an SSL cert and CA cert/chain seems to have no effect whatsoever. SSL is toggled on with the corresponding option, but then it won't use the cert + CAs in the HttpClient.

Looking at the code, I don't see where these are referenced other than when reading in the options during startup. They don't seem to actually impact what gets set up in the consul connection.