Unable to run WSO2 UI consolr i.e carbon using Nginx reverse proxy server Announcing the...

Is there such thing as an Availability Group failover trigger?

How come Sam didn't become Lord of Horn Hill?

If a VARCHAR(MAX) column is included in an index, is the entire value always stored in the index page(s)?

また usage in a dictionary

Using audio cues to encourage good posture

If a contract sometimes uses the wrong name, is it still valid?

Fundamental Solution of the Pell Equation

Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?

Would "destroying" Wurmcoil Engine prevent its tokens from being created?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

Does classifying an integer as a discrete log require it be part of a multiplicative group?

Extracting terms with certain heads in a function

Is there a kind of relay only consumes power when switching?

Maximum summed powersets with non-adjacent items

What is the meaning of the simile “quick as silk”?

How to deal with a team lead who never gives me credit?

When a candle burns, why does the top of wick glow if bottom of flame is hottest?

Why are both D and D# fitting into my E minor key?

Wu formula for manifolds with boundary

How to react to hostile behavior from a senior developer?

What would be the ideal power source for a cybernetic eye?

What does this Jacques Hadamard quote mean?

Around usage results

Do wooden building fires get hotter than 600°C?



Unable to run WSO2 UI consolr i.e carbon using Nginx reverse proxy server



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Proxy HTTPS requests to a HTTP backend with NGINXnginx redirect issue with upstream configurationNginx proxy pass works for https but not httpnginx load balancer rewrite to listen portnginx proxy redirecting request to different proxyNginx subversion commit failureNginx/Apache: set HSTS only if X-Forwarded-Proto is httpsnginx reverse proxy hide login query also on 301 redirect or full qualified urlUniversal HTTPS to HTTP reverse proxy using nginxNginx reverse proxy to many local servers + webserver duty





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I want to access wso2apim using reverse proxy server with following location.



https://wso2am:9443/carbon ---> https://nginx-ip/wso2am/carbon



I have configured wso2am/store and wso2am/publisher using the following URL.
https://docs.wso2.com/display/AM210/Configuring+the+Proxy+Server+and+the+Load+Balancer#ConfiguringtheProxyServerandtheLoadBalancer-Step1-CreateaSSLcertificatefortheloadbalancer



My nginx conf is as follows:



   location /wso2am/ {

proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

proxy_pass https://wso2am-host:wso2am-ip/;
proxy_redirect https://$http_host/carbon/carbon/ /wso2am/carbon/;

proxy_redirect https://$http_host/wso2am/ /wso2am/;
proxy_redirect https://$http_host/ /wso2am/;



proxy_redirect https://$http_host/store/ /wso2am/store/;
proxy_redirect https://$http_host/publisher/ /wso2am/publisher/;

proxy_cookie_path / /wso2am/;

}


But after configuring and accessing it, I login to the https://nginx-ip/wso2am/carbon. Then, after logging in I get logged out if I click anywhere.



Can someone assist me with configuring it?









share





























    0















    I want to access wso2apim using reverse proxy server with following location.



    https://wso2am:9443/carbon ---> https://nginx-ip/wso2am/carbon



    I have configured wso2am/store and wso2am/publisher using the following URL.
    https://docs.wso2.com/display/AM210/Configuring+the+Proxy+Server+and+the+Load+Balancer#ConfiguringtheProxyServerandtheLoadBalancer-Step1-CreateaSSLcertificatefortheloadbalancer



    My nginx conf is as follows:



       location /wso2am/ {

    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-Host $host;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

    proxy_pass https://wso2am-host:wso2am-ip/;
    proxy_redirect https://$http_host/carbon/carbon/ /wso2am/carbon/;

    proxy_redirect https://$http_host/wso2am/ /wso2am/;
    proxy_redirect https://$http_host/ /wso2am/;



    proxy_redirect https://$http_host/store/ /wso2am/store/;
    proxy_redirect https://$http_host/publisher/ /wso2am/publisher/;

    proxy_cookie_path / /wso2am/;

    }


    But after configuring and accessing it, I login to the https://nginx-ip/wso2am/carbon. Then, after logging in I get logged out if I click anywhere.



    Can someone assist me with configuring it?









    share

























      0












      0








      0








      I want to access wso2apim using reverse proxy server with following location.



      https://wso2am:9443/carbon ---> https://nginx-ip/wso2am/carbon



      I have configured wso2am/store and wso2am/publisher using the following URL.
      https://docs.wso2.com/display/AM210/Configuring+the+Proxy+Server+and+the+Load+Balancer#ConfiguringtheProxyServerandtheLoadBalancer-Step1-CreateaSSLcertificatefortheloadbalancer



      My nginx conf is as follows:



         location /wso2am/ {

      proxy_set_header Host $host;
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header X-Forwarded-Host $host;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

      proxy_pass https://wso2am-host:wso2am-ip/;
      proxy_redirect https://$http_host/carbon/carbon/ /wso2am/carbon/;

      proxy_redirect https://$http_host/wso2am/ /wso2am/;
      proxy_redirect https://$http_host/ /wso2am/;



      proxy_redirect https://$http_host/store/ /wso2am/store/;
      proxy_redirect https://$http_host/publisher/ /wso2am/publisher/;

      proxy_cookie_path / /wso2am/;

      }


      But after configuring and accessing it, I login to the https://nginx-ip/wso2am/carbon. Then, after logging in I get logged out if I click anywhere.



      Can someone assist me with configuring it?









      share














      I want to access wso2apim using reverse proxy server with following location.



      https://wso2am:9443/carbon ---> https://nginx-ip/wso2am/carbon



      I have configured wso2am/store and wso2am/publisher using the following URL.
      https://docs.wso2.com/display/AM210/Configuring+the+Proxy+Server+and+the+Load+Balancer#ConfiguringtheProxyServerandtheLoadBalancer-Step1-CreateaSSLcertificatefortheloadbalancer



      My nginx conf is as follows:



         location /wso2am/ {

      proxy_set_header Host $host;
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header X-Forwarded-Host $host;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

      proxy_pass https://wso2am-host:wso2am-ip/;
      proxy_redirect https://$http_host/carbon/carbon/ /wso2am/carbon/;

      proxy_redirect https://$http_host/wso2am/ /wso2am/;
      proxy_redirect https://$http_host/ /wso2am/;



      proxy_redirect https://$http_host/store/ /wso2am/store/;
      proxy_redirect https://$http_host/publisher/ /wso2am/publisher/;

      proxy_cookie_path / /wso2am/;

      }


      But after configuring and accessing it, I login to the https://nginx-ip/wso2am/carbon. Then, after logging in I get logged out if I click anywhere.



      Can someone assist me with configuring it?







      nginx node.js





      share












      share










      share



      share










      asked 3 mins ago









      arggargg

      33




      33






















          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%2f963610%2funable-to-run-wso2-ui-consolr-i-e-carbon-using-nginx-reverse-proxy-server%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%2f963610%2funable-to-run-wso2-ui-consolr-i-e-carbon-using-nginx-reverse-proxy-server%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...

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

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