Skip to navigation
Haproxy with https
26.08.19
1. glue the letsencrypt cert and key together cat fullchain.pem privkey.pem > all.pem 2. add the below to the haproxy.cfg file: frontend https-in bind *:443 ssl crt /etc/letsencrypt/live/foo.bar.com/all.pem acl host_db hdr(host) -i foo.bar.com use_backend db_cluster if host_db
https://seanmcgary.com/posts/using-sslhttps-with-haproxy/
Reply
Anonymous
Information Epoch 1757980282
Save trees.
Home
Notebook
Contact us