Two-way SSL configuration enhancement in Java SDK
Tuesday, January 16, 2018 at 09:50amHello,
Due to the security requirements of my company, we are required to use two-way SSL to communicate with eSignLive via API. Using the open Java SDK code posted in Github, it was easy to enhance com.silanis.esl.sdk.EslClient within my company to accomplish this. I enhanced the EslClient to take in an optional parameter which has configuration information needed for two way SSL. Also, the com.silanis.esl.sdk.internal.RestClient would be enhanced so if configuration information is provided, then it is used in the javax.net.ssl.SSLContext and ultimately in the creation of the org.apache.http.impl.client.CloseableHttpClient.
Would you consider adding this enhancement to the provided SDK so that my company doesn't need to maintain a copy of your SDK?
Thanks!
kevin
Reply to: Two-way SSL configuration enhancement in Java SDK
Tuesday, January 16, 2018 at 10:17amReply to: Two-way SSL configuration enhancement in Java SDK
Tuesday, January 16, 2018 at 10:58am