• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

SSL certs handling and HAproxy

Scheduled Pinned Locked Moved General pfSense Questions
136 Posts 3 Posters 25.8k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L
    lewis
    last edited by lewis Dec 18, 2023, 2:52 PM Dec 18, 2023, 2:50 PM

    Yes, this is my understanding also though it's little confusing when not having done this yet because some say optional, some say the server must have a self signed cert etc. I can set up a self signed cert but it's a multi-domain (virtualhosts) web server.

    As mentioned, I have acme set up, it's able to pick up the ssl cert so it's on pfsense now.
    I can select it, configure the haproxy etc.

    I've followed these and others but nothing ever works.

    https://www.boettrich.info/blog/beitrag/lets-encrypt-on-pfsense-haproxy/
    https://www.youtube.com/watch?v=gVOEdt-BHDY
    https://www.youtube.com/watch?v=cB6oKJjr4Ls

    f401560d-4794-410c-8b98-a2541b2933be-image.png

    I can see the host in haproxy;
    506551c1-9cf9-4214-8ff3-401e4d7d034a-image.png

    I can see the heartbeat hitting the web servers.
    In haproxy, I've tried port 80, 443 and 80/443. I can see the hits to the server but that's all.

    In the access log, I see this repeatedly from incoming connections that are trying to reach the server.
    [18/Dec/2023:07:39:51 -0700] "\x16\x03\x01" 400 226 180 - "-" "-"

    In haproxy, 'External address' the current settings in frontend are;

    Listen address is the public IP (virtual IP), port 443, SSL Offloading on.
    Type: http/https offloading

    In ACL, I have name (matching), 'Host matches', no, no and value is the domain name.

    Maybe I'm just missing a self cert on the server since the cert handshaking is not happening to begin with?

    I'm not sure I can do this in a forum, there are so many variables. I'd like to trash the whole setup and start over, one step at a time.
    That's why I wonder if someone could share a doc or url that is well known to work after following the steps.
    Once I see this working, it'll be easier to understand.

    1 Reply Last reply Reply Quote 0
    • S
      stephenw10 Netgate Administrator
      last edited by Dec 18, 2023, 3:06 PM

      Did you try using http to the backend? Do those servers respond to http?

      L 1 Reply Last reply Dec 18, 2023, 3:55 PM Reply Quote 0
      • L
        lewis @stephenw10
        last edited by Dec 18, 2023, 3:55 PM

        @stephenw10

        Yes, some of the articles configure for http, some for https and some for both. I've tried them all.
        I'll double check that the host can respond to http because I've make so many changes.
        I'll update shortly.

        1 Reply Last reply Reply Quote 0
        • L
          lewis
          last edited by lewis Dec 18, 2023, 5:41 PM Dec 18, 2023, 5:35 PM

          The host responds to http requests when using curl but not browsers. Not one browser wants to allow the http connection, even internally.

          Second problem I see is that the web site was built using all https links so even when something would connect using http, all links in the sites db are https. So that doesn't work either. This means I need to configure pfsense to use https otherwise this cannot work.

          Does it mean I mean one single self signed SSL cert on the server or one for every virtualhost on it?

          Of course, re-enabling the certs on the web server gives full access again, directly at least but not via the firewall.

          1 Reply Last reply Reply Quote 0
          • L
            lewis
            last edited by lewis Dec 18, 2023, 5:51 PM Dec 18, 2023, 5:43 PM

            Actually, I did another test.

            With the certs re-enabled on the web server;

            I can connect directly to the web server just fine from any browser on the LAN.

            I can connect from public over the Internet, going through pfsense.
            That said, as shown above, haproxy knows only about port 80.

            So, what's happening now?
            Is it working because I re-enabled the SSL certs on the server itself?
            Is the pfsense cert being used or the one on the web server itself?

            Update:
            When I check the SSL cert using decoder.link/sslchecker/, it shows the date for the cert on the web server, not the newer one on pfsense.
            I guess that means that haproxy is not in the middle even though it's configured to be?

            Confusing.

            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by Dec 18, 2023, 6:40 PM

              Do you have port forwards on pfSense that are bypassing HAProxy?

              1 Reply Last reply Reply Quote 0
              • L
                lewis
                last edited by Dec 18, 2023, 7:46 PM

                Yes, I did and I've disabled that now.
                From public, nmap shows port 443 filtered so no response what so ever.

                1 Reply Last reply Reply Quote 0
                • L
                  lewis
                  last edited by Dec 18, 2023, 7:53 PM

                  The thing is, if I don't enable the certs on the server, then it won't respond to port 443.
                  It cannot respond to port 80 because that's forwarded to port 443.

                  1 Reply Last reply Reply Quote 0
                  • S
                    stephenw10 Netgate Administrator
                    last edited by Dec 18, 2023, 8:24 PM

                    If 443 shows as filtered that implies HAProxy is not listening on it. Or there are no firewall rules to pass it?

                    Where are you forwarding port 80 to port 443? That should never happen. You can redirect it to enforce https use but that's not a forward.

                    1 Reply Last reply Reply Quote 0
                    • L
                      lewis
                      last edited by lewis Dec 18, 2023, 8:37 PM Dec 18, 2023, 8:31 PM

                      Wait, you just told me to remove the pfsense port forwards :).
                      The NAT rules were to forward incoming connections to that virtual IP to the web server LAN IP.

                      As mentioned, I do see HAproxy in the dashboard showing port 80 and it's live.

                      3da172af-548a-4383-9b3c-6f121bf74ffa-image.png

                      The 80 to 443 is a redirect in the httpd.conf, forwarding port 80 connections to https.

                      1 Reply Last reply Reply Quote 0
                      • S
                        stephenw10 Netgate Administrator
                        last edited by Dec 18, 2023, 8:53 PM

                        You should not have any port forwards. HAProxy listens on the interfaces directly. You especially shouldn't forward port 80 to port 443 because it always fail. http redircets are OK but you should not have them here because HAProxy is connecting with http.

                        1 Reply Last reply Reply Quote 0
                        • L
                          lewis
                          last edited by Dec 18, 2023, 9:00 PM

                          I've tested with all combinations as mentioned in this post.
                          I've had the server set to http only without redirects and both http and https but nothing gets to it.

                          I'm a little confused about the port forwards now however.
                          I've had haproxy load balancing web servers for years and those have NAT rules to allow incoming traffic to get to the servers.
                          It must be working, I've seen countless times where we'd had a server or two down and the others were taking connections.

                          S 1 Reply Last reply Dec 18, 2023, 9:27 PM Reply Quote 0
                          • S
                            stephenw10 Netgate Administrator @lewis
                            last edited by stephenw10 Dec 18, 2023, 9:28 PM Dec 18, 2023, 9:27 PM

                            Forwarding to a pool perhaps? If you have NAT rules on WAN forwarding traffic to the servers then HAProxy never sees that traffic. Maybe those rules are not actually matching the traffic. Or they are forwarding traffic to some address on the firewall where HAProxy is listening, which would be unnecessary.

                            What are those NAT rules?

                            1 Reply Last reply Reply Quote 0
                            • L
                              lewis
                              last edited by Dec 18, 2023, 9:41 PM

                              I'll try to explain how things are set up then.

                              I have frontend and backend set up for three web servers for example.
                              I see haproxy showing all three servers in the dashboard.
                              If one server goes down, it shows in the dashboard.
                              If I reboot one of those servers, the others get the traffic.

                              The NAT rules are for taking incoming public 80/443 connections to a virtual IP and sending that traffic to the web servers.
                              The web servers are also defined in an alias which has the three LAN IP addresses for them.

                              Does that explain it?

                              1 Reply Last reply Reply Quote 0
                              • S
                                stephenw10 Netgate Administrator
                                last edited by Dec 18, 2023, 10:20 PM

                                If those NAT rule are catching incoming web traffic on both ports 80 and 443 and forwarding it to the internal server IPs directly then HAProxy never sees it.

                                You should not have any port forward rules. HAProxy should be able to listen on port 80 and 443 on that virtual IP directly.

                                1 Reply Last reply Reply Quote 0
                                • L
                                  lewis
                                  last edited by Dec 18, 2023, 10:28 PM

                                  How does the firewall know to send the incoming connections to the three web servers then? I've always had that rule.
                                  The NAT IP is set to the alias I mentioned and it works.

                                  Of course, I learned that setup from reading many articles so now I'm even more confused that that has been working.

                                  K 1 Reply Last reply Dec 18, 2023, 10:38 PM Reply Quote 0
                                  • L
                                    lewis
                                    last edited by Dec 18, 2023, 10:37 PM

                                    @lewis said in SSL certs handling and HAproxy:

                                    How does the firewall know to send the incoming connections to the three web servers then? I've always had that rule.
                                    The NAT IP is set to the alias I mentioned and it works.

                                    What I mean is that the IP for the destination web server is the alias that has three IPs in it. I see traffic to all three web servers.

                                    1 Reply Last reply Reply Quote 0
                                    • K
                                      kiokoman LAYER 8 @lewis
                                      last edited by kiokoman Dec 18, 2023, 10:42 PM Dec 18, 2023, 10:38 PM

                                      @lewis
                                      23b54e99-9e89-415a-bd13-00d37c7a637f-image.png

                                      that's what a frontend is need for

                                      443/80 -> wan -> Haproxy frontend -> haproxy backend

                                      no nat is needed

                                      if the ip you mentioned are virtual ip of pfsense you just need to cconfigure haproxy to listen to that ip

                                      6bd1db36-4e4e-439d-ad3f-0ed3872be6c0-image.png

                                      Listen adress

                                      ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                                      Please do not use chat/PM to ask for help
                                      we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
                                      Don't forget to Upvote with the 👍 button for any post you find to be helpful.

                                      1 Reply Last reply Reply Quote 0
                                      • L
                                        lewis
                                        last edited by lewis Dec 18, 2023, 10:44 PM Dec 18, 2023, 10:43 PM

                                        Yes, I've understood all that's being said but why does it seem that it's been working as I've explained above?
                                        Yes, HAproxy is definitely listening on the correct interface so I'm there in terms of that part.

                                        Also, I cannot change that until I can solve the SSL issue since the web servers are using their SSL cert over a SAN share.
                                        I need to solve the issue with being able to use pfsense, ACME and HAproxy then I can fix this new thing that's come up.

                                        So, if we can focus on getting just one web server working with ACME/HAproxy, that will show me how to do the rest.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          stephenw10 Netgate Administrator
                                          last edited by Dec 18, 2023, 10:55 PM

                                          Do you actually see any traffic in HAProxy in other installs though?

                                          You need firewall rules on WAN to allow traffic to HAProxy of course.

                                          I imagine it's working by just bypassing HAProxy on other systems. But then you don't get any of the HAProxy features like SSL off loading.

                                          I would approach this the other way. Remove the forwards and get HAProxy functioning in a basic form before adding back the SSL features. Whatever testing you have done until now appears to be invalid since nothing was actually hitting HAProxy.

                                          Unless we have misunderstood your description of those NAT rules. You have a screenshot?

                                          L 1 Reply Last reply Dec 19, 2023, 1:53 AM Reply Quote 0
                                          22 out of 136
                                          • First post
                                            22/136
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received