On Fri, Jul 31, 2015 at 4:12 AM, Sandeep Jindal <[email protected]> wrote: > Hi All, > > My use case is to Manipulate Request Headers of the incoming request. > > So, for this, I would need to create a new SSL certificate, but it seems at > HTTP level. > > Can you please suggest if this is possible and how? > > > Regards > Sandeep Jindal > 201 604 5277
Hi Sandeep, Simply create your certificate with openssl, and enable enable 'ssl' and 'crt /path/to/your/cert' on your bind line in your HAProxy frontend. Baptiste

