Report this

What is the reason for this report?

Modifying HAProxy with a HTTPS setup in addition to HTTP

Posted on June 29, 2014

Hi!

I’ve read this great tutorial (https://www.digitalocean.com/community/tutorials/how-to-use-haproxy-to-set-up-http-load-balancing-on-an-ubuntu-vps) and have got it working nicely for HTTP, but not for HTTPS which has been implemented in the latest version of HAProxy.

Does anyone have a working solution to share?

Thanks in advance!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You need to add a second bind directive to your HAProxy frontend:

bind :443 ssl crt /path/to/site.pem

The PEM file can be created by copying the contents of the certificate and then the key into it, like this:

cat site.crt site.key > site.pem

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.