HAProxy and ACME certification not working
-
I have set up a test WHM/cPanel web server behind my pfSense box.
I'm trying to configure pfSense to apply an SSL certificate to the webserver backend management console:
The URL for the login page for this management panel is:
https://staging-server.wpfreelancer.co.uk:2087/
Steps I have done to setup this up:
1.) Create a ACME Certificate which is issued
The domain is registered with google domains, so for this certificate, I'm using the method of 'DNS-Manual' as its authentication method.
On creation of the certificate, I was instructed to put a TXT record on the DNS record for the domain, which I have done below and it's propagated
2.) Created the HAProxy backend
The Backend config I have selected the ACME certificate created in step one
3.) Defined the HAProxy frontend
The frontend is using SSL offloading
Here are the ACL and actions
Any ideas about what I'm doing wrong here? This is my first time using ACME and HAProxy
Many Thanks
-
@hefin
The client certificate might not be, what you need. This is meant for authenticating the client on the server.You have to assign the certificate to the frontend.
BTW: you should better hide your public IP, at least if it's static.