javax.net.ssl.SSLException: Connection reset
I'm trying to connect Docusign's development endpoint (account-d.docusign.com) through my application. We are experiencing "javax.net.ssl.SSLException: Connection reset" when the application tries to retrieve a JWT user token using "requestJWTUserToken" method. What might be causing the SSL exception? Thanks for any help!
javax.net.debug=ssl:handshake(add:keymanagerif you are using a client cert). Also, how are you connected to the Internet, and does that name resolve to 64.207.216.101 or 102 for you?