dataplaneapi icon indicating copy to clipboard operation
dataplaneapi copied to clipboard

HAProxy Data Plane API

Results 102 dataplaneapi issues
Sort by recently updated
recently updated
newest added

With the 'program' directive being depreciated as of HAProxy 3.1 and scheduled to be removed in version 3.3 ( [blog post](https://www.haproxy.com/blog/reviewing-every-new-feature-in-haproxy-3-1#deprecation) ) the alternative for containerised deployments seems to be...

enhancement

What I am doing: ``` docker exec haproxy-1-1 curl -v -u admin:admin --unix-socket /var/run/data-plane-1.sock -X POST 'http://localhost/v3/services/haproxy/runtime/ssl_certs/' -H 'Content-Type: multipart/form-data' -F "file_upload=@/usr/local/etc/haproxy/ssl/combined.pem" ``` This results in: ``` echo "show ssl...