• 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 26.1k 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.
  • S
    stephenw10 Netgate Administrator
    last edited by Jan 2, 2024, 11:04 PM

    Well if the backend servers can only respond correctly to https connections then Varnish needs to use https to connect to them.

    You might try using a very simple site that you know works fine with http as a test until you have the other parts working.

    L 1 Reply Last reply Jan 2, 2024, 11:35 PM Reply Quote 0
    • L
      lewis @stephenw10
      last edited by Jan 2, 2024, 11:35 PM

      You might try using a very simple site that you know works fine with http as a test until you have the other parts working.

      That's what this site was, for testing.
      Other than this post, I can't find much more information so I guess I don't get to set this up the way I need it.

      1 Reply Last reply Reply Quote 0
      • S
        stephenw10 Netgate Administrator
        last edited by Jan 2, 2024, 11:43 PM

        By very simple I mean just an index page. Nothing with anything linking to https.

        L 1 Reply Last reply Jan 2, 2024, 11:56 PM Reply Quote 0
        • L
          lewis @stephenw10
          last edited by Jan 2, 2024, 11:56 PM

          @stephenw10 said in SSL certs handling and HAproxy:

          By very simple I mean just an index page. Nothing with anything linking to https.

          Yes, I already proved to myself that haproxy is sending http now but the site is built in https.
          I dumped the db, renamed all of the https urls to http and it worked fine other than some small things I'd have to fix.

          The problem is, I cannot do that to all of the apps that would be in play here, it's simply too much work.
          The only other option I have is to not use haproxy on pfsense, but use acme only to have that centralized part I wanted.

          Setups could be a proxy/varnish on a server. Not sure if pfsense can send pure http after acme to the LAN.

          1 Reply Last reply Reply Quote 0
          • S
            stephenw10 Netgate Administrator
            last edited by Jan 3, 2024, 12:57 AM

            I'd be surprised if Varnish can't also use https. As long as the front and backend sessions are terminated there it can still see and cache all the content.

            But, yes, if you're running Varnish on some separate server then it might be easier to do it all there.

            1 Reply Last reply Reply Quote 0
            • L
              lewis
              last edited by Jan 3, 2024, 2:46 PM

              These are some headers I have set in the Apache configuration.
              I'm reading that haproxy also needs to have custom headers for some of these to work.

              
                      # Add X-Forwarded-For header to log the original client IP
                      RequestHeader set X-Forwarded-For %{REMOTE_ADDR}e
              
                      # Add X-Real-IP header
                      RequestHeader set X-Real-IP %{REMOTE_ADDR}e
              
                      # Add X-Forwarded-Proto header to identify the protocol used by the client
                      RequestHeader set X-Forwarded-Proto https
              
                      # Use Vary header for content negotiation
                      <Location />
                          Header append Vary Accept-Encoding
                      </Location>
              
              

              I would need to add custom configs in haproxy, like under the frontend or backend sections, depending on specific requirements.
              The actual syntax for these directives will typically look like http-request set-header X-Forwarded-For %[src] for X-Forwarded-For, as an example.
              But that's the problem, I can't find enough information to even understand what I would need to add to haproxy.

              Maybe I'm closer than I think but lack of knowledge and examples is making it impossible.

              1 Reply Last reply Reply Quote 0
              • L
                lewis
                last edited by Jan 3, 2024, 4:59 PM

                What's the chances?

                8dd2000d-05d6-4868-b944-e706da125448-image.png

                1 Reply Last reply Reply Quote 0
                • S
                  stephenw10 Netgate Administrator
                  last edited by Jan 3, 2024, 5:01 PM

                  You are accessing that via the proxy?

                  L 1 Reply Last reply Jan 3, 2024, 5:02 PM Reply Quote 0
                  • L
                    lewis @stephenw10
                    last edited by Jan 3, 2024, 5:02 PM

                    @stephenw10 said in SSL certs handling and HAproxy:

                    You are accessing that via the proxy?

                    I was searching Google which gave a link to these forums and this is what I got, repeatedly.
                    When we forward a domain, we typically maintain the old domain's cert also, just for this reason.

                    K 1 Reply Last reply Jan 4, 2024, 8:36 AM Reply Quote 0
                    • K
                      kiokoman LAYER 8 @lewis
                      last edited by kiokoman Jan 4, 2024, 8:38 AM Jan 4, 2024, 8:36 AM

                      @lewis
                      must be an old entry because the forum is forum.netgate.com and not forum.pfsense.com
                      or they forgot to add the DNS 😁
                      d12da92d-097e-4fb2-b91d-7d61dcb1ef06-image.png

                      ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                      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 1
                      • S
                        stephenw10 Netgate Administrator
                        last edited by Jan 4, 2024, 10:38 AM

                        Oh well spotted! Yeah that's just an old link.

                        1 Reply Last reply Reply Quote 0
                        • L
                          lewis
                          last edited by Jan 4, 2024, 5:01 PM

                          I wish I could figure this thing out. I very badly need a cache server for all of the web sites on the back end.
                          I appreciate the help you've all provided.

                          1 Reply Last reply Reply Quote 0
                          • L
                            lewis
                            last edited by Jan 4, 2024, 11:48 PM

                            And today, another random thing happens on pfsense which I'm sure no dev will say 'oh ya, we're working on that one' to.

                            When I created my first acme cert and generated it, it should the dates of the cert start/end in Last renewed.
                            Today, I create a new cert, generate it and see nothing, just 'Issued Certificate Dates;' and nothing.

                            1 Reply Last reply Reply Quote 0
                            • S
                              stephenw10 Netgate Administrator
                              last edited by Jan 5, 2024, 12:50 AM

                              You have a screenshot?

                              1 Reply Last reply Reply Quote 0
                              • L
                                lewis
                                last edited by Jan 5, 2024, 2:39 AM

                                fb0405b3-28fd-40f0-ad1e-dd47018e19a7-image.png

                                1 Reply Last reply Reply Quote 0
                                • L
                                  lewis
                                  last edited by Jan 6, 2024, 8:22 PM

                                  In the end, the point is to have two new things;

                                  1: varnish server to handle caching

                                  2: fixing the haproxy configuration so that it's actually load balancing those web servers.
                                  That was an interesting find. I don't know how pfsense was sending traffic to the web servers without haproxy actually working.
                                  Maybe it automatically round robins since the servers are listed in an alias?

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