haproxytech / haproxy-consul-connect

HaProxy Connector for Consul Connect. Enables Service Mesh with Consul and HaProxy using TLS and Consul Discovery
Apache License 2.0
95 stars 20 forks source link

Disable TLS verification from SPOE #52

Closed ShimmerGlass closed 4 years ago

ShimmerGlass commented 4 years ago

Addtionnal TLS verification done in SPOE was causing problem as the haproxy fetch methods currently do not provide the full certificate chain. Since TLS verification was already enabled on haproxy side this just removes the additional verification done in SPOE.

Fixes: #11