How can I balance http request in https for every website in Haproxy?HaProxy + IIS pages gradually get...

Dystopian novel where telepathic humans live under a dome

How to lift/raise/repair a segment of concrete slab?

What is this waxed root vegetable?

Practical reasons to have both a large police force and bounty hunting network?

Is the withholding of funding notice allowed?

Wrap all numerics in JSON with quotes

What could trigger powerful quakes on icy world?

Starting index at zero

lead or lag function to get several values, not just the nth

Where is the line between being obedient and getting bullied by a boss?

Test pad's ESD protection

Skis versus snow shoes - when to choose which for travelling the backcountry?

Why are special aircraft used for the carriers in the United States Navy?

What type of investment is best suited for a 1-year investment on a down payment?

In Adventurer's League, is it possible to keep the Ring of Winter if you manage to acquire it in the Tomb of Annihilation adventure?

How to kill a localhost:8080

When was drinking water recognized as crucial in marathon running?

VAT refund for a conference ticket in Sweden

I can't die. Who am I?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Which sins are beyond punishment?

Roots of 6th chords on the guitar for different inversions/voicings

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

Is divide-by-zero a security vulnerability?



How can I balance http request in https for every website in Haproxy?


HaProxy + IIS pages gradually get slowerHaProxy - Http and SSL pass through configIs it possible to generate RSA key without pass phrase?HAProxy - ssl client ca chain cannot be verifiedHaproxy logging not workHAProxy reload - old processes never terminatedHA-Proxy 301 re-direct: https to https://wwwHaProxy giving - 503 Service UnavailableHAProxy not logging all requestsopenldap with haproxy - (ldap_result() failed: Can't contact LDAP server)













0















For example, in this config file, just first HTTP connect request is balanced by Haproxy.

Is self-signed certificate work with this case? I don't know how to generate one self-signed certificate for every website for Haproxy.



defaults
timeout connect 5000s
timeout client 5000s
timeout server 5000s
listen main-proxy
bind 127.0.0.1:8080
mode http
balance leastconn
server proxy1 127.0.0.1:8081 no-check
server proxy2 127.0.0.1:8082 no-check








share





























    0















    For example, in this config file, just first HTTP connect request is balanced by Haproxy.

    Is self-signed certificate work with this case? I don't know how to generate one self-signed certificate for every website for Haproxy.



    defaults
    timeout connect 5000s
    timeout client 5000s
    timeout server 5000s
    listen main-proxy
    bind 127.0.0.1:8080
    mode http
    balance leastconn
    server proxy1 127.0.0.1:8081 no-check
    server proxy2 127.0.0.1:8082 no-check








    share



























      0












      0








      0








      For example, in this config file, just first HTTP connect request is balanced by Haproxy.

      Is self-signed certificate work with this case? I don't know how to generate one self-signed certificate for every website for Haproxy.



      defaults
      timeout connect 5000s
      timeout client 5000s
      timeout server 5000s
      listen main-proxy
      bind 127.0.0.1:8080
      mode http
      balance leastconn
      server proxy1 127.0.0.1:8081 no-check
      server proxy2 127.0.0.1:8082 no-check








      share
















      For example, in this config file, just first HTTP connect request is balanced by Haproxy.

      Is self-signed certificate work with this case? I don't know how to generate one self-signed certificate for every website for Haproxy.



      defaults
      timeout connect 5000s
      timeout client 5000s
      timeout server 5000s
      listen main-proxy
      bind 127.0.0.1:8080
      mode http
      balance leastconn
      server proxy1 127.0.0.1:8081 no-check
      server proxy2 127.0.0.1:8082 no-check






      haproxy openssl





      share














      share












      share



      share








      edited 42 secs ago







      illiterate

















      asked 9 mins ago









      illiterateilliterate

      1211




      1211






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "2"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f956960%2fhow-can-i-balance-http-request-in-https-for-every-website-in-haproxy%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f956960%2fhow-can-i-balance-http-request-in-https-for-every-website-in-haproxy%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

          Список ссавців Італії Природоохоронні статуси | Список |...

          Українські прізвища Зміст Історичні відомості |...