In my previous blog post, we understood how to deploy in WSO2IS with proxy server or load balancer. But it is about a basic deployment. When it comes to the real production. Lets try to understand the most common deployment pattern. Followings are the important points to consider when it comes to the production deployment. […]
Category: Apache HTTP Server
In production development of Identity Server, You need to deploy it in behind the Proxy server or Load balacer. Let see how we could properly deploy it. Assume Identity Server is running in following host and port Host : node1.wso2is Port : 9443 Proxy is trying exposing identity server in Host : wso2is Port : […]
If you are deploying your web servers in a production environment, You may need to proxy them with some proxy server or load balancer. But, when your web servers need to do some redirect, You may see misleading browser urls (internal server urls), If proxy server can not handle them properly. Most of the proxy […]
In my previous blog post, we understand, how we can cluster multiple identity server nodes. In this blog post i am going to use Apache HTTP server to load balance the WSO2 Identity Server cluster nodes. Apache HTTP server can be easily configure to support the sticky session with Identity Server nodes. Pre-request 1. You need to install […]
Lets see how we can enable mutual SSL (two-way SSL) for all the proxy services that are deployed in WSO2 ESB Configuring Mutual SSL in ESB Step 1 : Enable mutual SSL for transport receiver of the WSO2 ESB WSO2 ESB uses Pass through transport (or NIO ) for sending and receiving messages. You can […]