Hello All!
I’ve been working with HAProxy, Data Plane API, and Consul Service Discovery. It has been working great, so far. Changes in Consul services are updating the HAProxy backends just fine. I seem to be bumping into a small issue with a service that is listening for https on the backend. I’m struggling to find a way to instruct the data plane API to register this backend server with the ssl argument. If I manually adjust the HAProxy.cfg to add ‘ssl verify none’ to the backend server statements, the application behaves as expected.
Does anyone know how I may be able to inform HAProxy that this service backend expects SSL when using the data plane API?
Thank you to those who take a look!