Hi all,

In WSO2 ESB we can have multiple SSL Profiles enabled and communicate with
back end services via them.At the moment it cannot load/refresh the SSL
Profiles dynamically. If there is any change of those profiles we need to
restart the server in order to affect those changes.
This new feature "*Dynamic SSL Profiles for sender and listener*" solves
the above addressed issue.
This feature will,

   -
*Normalize SSL Profile implementation in sender and Listener sides *
   -
*Dynamic key store loading for inbound and out bound profiles *
   - *SSL profile Management from admin console*

*Current Implementation Progress*
At the moment this feature for the sender side has been finished and
testing is to be carried out to verify that the feature produce the
expected output.
In the implementation for this feature,


   - *axis2.xml file is considered as the static configuration file and
   a separate configuration file is used for storing dynamic entries *
   - *If the Custom SSL profile file is not available then the priority is
   given to the axis2.xml files's custom profiles entry.*

A thread is used to poll the changes of the custom file and whenever a
change happens the profiles are being reloaded from the custom profiles
configuration file.
To support the backward compatibility, custom SSL Profiles entry from the
axis2.xml didn't remove and considered that entry as a static entry.

This same implementation procedure is going to be used for the listener
side too.

Thanks
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to