I am using same environment described in my previous blog for this tutorial
Configure WSO2 ESB Server
1) Edit https transportReceiver in axis2.xml, which is located in
2) Restart ESB Server.
Note: This will make Mutual SSL optional for proxy services exposed on https transport.
Now you will able to Invoke Test Proxy without SSL KeyStore property in SOAP UI. To verify this remove value of SSL KeyStore and Invoke Request 1 Again.
Note: This will make Mutual SSL optional for proxy services exposed on https transport.
Now you will able to Invoke Test Proxy without SSL KeyStore property in SOAP UI. To verify this remove value of SSL KeyStore and Invoke Request 1 Again.
Enable Mutual SSL for Test Proxy
2) Add following parameters to Test Proxy.
( Add these parameters to proxy services you want to enable mutual authentication. )'
3) Final Test proxy will look like this
Testing With SOAP UI
1) Try Request 1 without SSL KeyStore parameter. Request Fails with SOAP Fault2) Now try with SSL KeyStore Parameter, Now you will able to invoke Test Proxy Service.
No comments:
Post a Comment