fb
info@yenlo.com
WSO2 Enterprise Integrator 3 min

Two-way SSL in WSO2 Enterprise Integrator

Jan_Timmerman.jpg
Jan Timmerman
WSO2 Integration Consultant
two way road

two way roadOur valued colleague Wouter van Wijngaarden wrote a nice blog about setting up a certificate in WSO2 Integrator / WSO2 ESB which covers the topic of securing traffic with SSL. Sometimes though, two-way SSL is required. In that case look no further, this blog has got you covered!

What is two-way SSL?

When connecting to a webpage, say ‘https://yenlo.com’. Your browser will show that the Yenlo website is encrypted and a trusted website. This is due to a ‘trust-chain’, where your browser does not actually trusts Yenlo itself, but it trusts the party that has equipped Yenlo with a certificate. It is all nice and well that you trust us, but in webservices information can flow both ways, so how can Yenlo trust you?

Simple: In ‘one-way or just plain ‘SSL’ you trust the certificate that we provide and in two-way SSL you also provide US with a certificate during the SSL handshake to identify yourself.

Simplified: 

1- One-way SSL, everyone can access the trusted server

1: One-way SSL, everyone can access the trusted server

2- Two-way SSL, only trusted parties can access the trusted server

2: Two-way SSL, only trusted parties can access the trusted server

Setting up two-way SSL

Create a keystore containing your client certificate (including a private key!) see this blog for details on a proper setup or use a third party tool like ‘KeyStore Explorer’.

In the axis2.xml configuration (https://j8a3m7f3.rocketcdn.me/ESB_HOME/conf/axis2/axis2.xml) within the transportSender node:

<transportSender name="https" class="org.apache.synapse.transport.passthru.PassThroughHttpSSLSender">

Add the following configuration:

<parameter name="customSSLProfiles">
    <profile>

        <servers>example.com:443</servers>
        <KeyStore>
            <Location>repository/resources/security/yourks.jks</Location>
            <Type>JKS</Type>
            <Password>yourpassword</Password>
            <KeyPassword>yourpassword</KeyPassword>
        </KeyStore>
        <TrustStore>
            <Location>repository/resources/security/yourts.jks</Location>
            <Type>JKS</Type>
            <Password>yourpassword</Password>
        </TrustStore>
    </profile>
</parameter>

Where the KeyStore refers to the store containing your client certificate and the TrustStore to the store containing a list of certificates and/or certificate chains you trust.

That is it! Restart your ESB so it will load the new configuration and you are good to go! 

Debugging

If you still receive an error after setting up the things above, it can be difficult to find the problem. Carefully examine your configuration, to help with this look at the following checklist:

  • Does the keystore have a complete chain or only the client certificate (some servers only accept the certificate if the chain is complete)
  • Does the keystore include a private key?
  • Are you 100% sure the passwords match?
  • Does your endpoint exactly match the hostname + port in the configuration? (so if your endpoint is https://yenlo.com:443/test , the hostname in the config should be ‘yenlo.com:443’ not ‘yenlo.com’)
  • Did you give the server a reboot? Otherwise it will not pick up the changes in the axis2 configuration.
  • Does the keystore contain only a single client-certificate (e.g. a certificate including private key)

So, if you have any questions about this blog, leave a comment in the comments section below. View also our webinars or white papers for more technical information. Need support? We do deliver WSO2 Product SupportWSO2 Development SupportWSO2 Operational Support and WSO2 Training Programs.  

Yenlo is the leading, global, multi-technology integration specialist in the field of API-management, Integration technology and Identity Management. Known for our strong focus on best-of-breed hybrid and cloud-based iPaaS technologies.
Yenlo is the product leader and multi-award winner in WSO2, Boomi, MuleSoft and Microsoft Azure technologies and offers best-of-breed solutions from multiple leading integration vendors.

With over 240+ experts in the API, integration, and Identity Access Management domain and over $35 million in annual revenue, Yenlo is one of the largest and best API-first and Cloud-first integration specialists worldwide. 

Whitepaper:
Microservices for the Enterprise

micor
Get it now
eng
Close
We appreciate it
Care to share

Please select one of the social media platforms below to share this pages content with the world