This blog post assumes that the user who reads has some basic understanding of SSL tunneling and the basic message flow of the ESB. If you are not familiar with the concepts of the SSL tunneling you can refer my previous blog post about the SSL tunneling and you can get detail idea about the message flow from this article.
I will give brief introduction about the targetHandler for understand concepts easily. As you may already know TargetHandler(TH) is responsible for handling requests and responses for the backend side. It is maintaining status (REQUEST_READY, RESPONSE_READY .. ,etc) based on the events which fired by the IOReactor and executing relevant methods. As the example if a response which is coming from the backend side hits to the ESB, IOReactor fire the responseRecived method in the targetHandler side. Followings are the basic methods contain in the target handler and their responsibilities.
I will give brief introduction about the targetHandler for understand concepts easily. As you may already know TargetHandler(TH) is responsible for handling requests and responses for the backend side. It is maintaining status (REQUEST_READY, RESPONSE_READY .. ,etc) based on the events which fired by the IOReactor and executing relevant methods. As the example if a response which is coming from the backend side hits to the ESB, IOReactor fire the responseRecived method in the targetHandler side. Followings are the basic methods contain in the target handler and their responsibilities.
- Connect: - This is executed when new outgoing connection needed.
- RequestReady:- This is executed by the IOReactor when new outgoing HTTP request headers are coming. Inside this method we are writing http Headers to the relevant backend.
- OutputReady:- Responsible for writing request body to the specified backend service.
- ResponseRecived:- This is executed when backend response headers are coming to the ESB.
- OutputReady:- Responsible for reading the backend response body.
Let me explain tunneling process step by step.
- If proxy server is configured in the ESB, once request comes to the target handler side, it creates connection with the proxy server because all request need to go via the proxy server.
- Once request headers comes to the TH side(inside the requestReady method), those headers need to send to the actual backend side, but still we don't have connectivity between the actual backend and the ESB.
In this point we need to start initializing the tunneling in between ESB and the actual backend service. As I explained in the previous article. For initialize the tunneling, we need to first send the CONNECT request to the proxy server side. If you checked the TH requestReady code you can see the how CONNECT request is sending to the proxy server. - Proxy server establishing the connection with the backend service Once CONNECT request hits.
- Base on the CONNECT request which has send from the TH requestReady methods, Proxy server responses with the 200 range status code.
This will initially hits to the TH responseRecive method. So it will upgrade the existing connection to secure one by initiating a TLS handshake on that channel. Internally existing IOSession upgrades into the SSLIOSession by using IOSession informations.
Since everything is now relayed to the backend server, it's as if the TLS exchange was done directly with backend secure service. - Now the tunnel between the ESB and backend secure service has been initialized. we need to send actual request to the backend secure service. For that we need to trigger the target handler execution again. Under responseRecive method you can see executing
conn.resetInput(); conn.requestOutput(); to execute the requestReady and outputReady methods for sending actual request to the backend.
How to setup SSL handling in the ESB?
- First you need to setup proxy server.
Install Squid as described here. - Configure for the ESB side.
In/repository/conf/axis2/axis2.xml , add the following parameters to the transportSender configuration for PassThroughHttpSender,PassThroughHttpSSLSender, HttpCoreNIOSender, and HttpCoreNIOSSLSender:<parameter name="http.proxyHost" locked="false">hostIP</parameter> <parameter name="http.proxyPort" locked="false">portNumber</parameter>
where hostIP and portNumber specify the IP address and port number of the proxy server.Uncomment the following parameter in the PassThroughHttpSSLSender and HttpCoreNIOSSLSender configurations and change the value to "AllowAll".<parameter name="HostnameVerifier">AllowAll</parameter>
For example, if the host and port of proxy server is localhost:8080, your transportSender configurations for PassThroughHttPSender and PassThroughHttpSSLSender would look like this:
Comments
JAVA Training in Chennai
Best JAVA Training institute in Chennai
Python Training in Chennai
Selenium Training in Chennai
Android Training in Chennai
Big data training in chennai
JAVA Training in Chennai
Java Training in Tambaram
Spring Training in Chennai
Spring framework Training in Chennai
spring Training in Anna Nagar
Hibernate Training in Chennai
Hibernate course in Chennai
Struts Training in Chennai
Wordpress Training in Chennai
AWS Training in Chennai
AWS Training
Cloud Computing Courses
DevOps certification
Azure Training center in Chennai
Vmware Learning
Best AWS Training in Chennai
AWS Training institute in Chennai
AWS Training in Anna Nagar
Struts Training in Chennai
Struts Training
struts course
struts training in vadapalani
struts training in Guindy
Wordpress Training in Chennai
SAS Training in Chennai
Spring Training in Chennai
Photoshop Classes in Chennai
DOT NET Training in Chennai
Python Training in Chennai
Python Course in Bangalore
Angularjs course Bangalore
Angularjs Training in Bangalore
Web Designing Course in bangalore
Web Development courses in bangalore
Salesforce Course in Bangalore
salesforce training in bangalore
Big Data Training in Bangalore
Hadoop Training in Bangalore
RPA Training in Tambaram
RPA Training in Anna Nagar
RPA Training in Velachery
RPA Training in T nagar
RPA training in Porur
RPA Training in OMR
RPA Training in Chennai
Best SEO Training in Chennai
SEO Classes in Chennai
Struts Training in Chennai
Struts Training center in Chennai