Support for TLS1.2 protocol
-> integration of existing application from soap to REST services
I've noticed that I wasn't able to refresh an access token using the SDK. (GitHub - adobe-sign/AdobeSignJavaSdk )
When I've used the existing model and API i got below error :
javax.net.ssl.SSLException: Received fatal alert: protocol_version
com.adobe.sign.utils.ApiException: Connection Error
as per Adobe Sign Technical Notification :Adobe will be removing support for TLS 1.0 and 1.1 protocols in 2018 to meet industry best practices for SSL/TLS security. and SSL handshake protocol TLS 1.2 will be required. please provide supported source code for TLS1.2 so that we can able to access rest api's.Adobe Sign !
