Re: Help Needed - Need source code bundle of jsse.jar library

2016-05-31 Thread Ayaskant Swain
Hi Wang, Sorry. Upon looking carefully i found the required classes at this place http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/file/70e3553d9d6e/src/share/classes/sun/security/ssl Thanks for helping. Appreciate. Ayas On Fri, May 27, 2016 at 2:15 PM, Ayaskant Swain wrote: > Hi Wang, > > I di

Re: Help Needed - Need source code bundle of jsse.jar library

2016-05-31 Thread Ayaskant Swain
Hi Wang, I did not find the package* sun.security.ssl* in the location you have provided. I am looking for source code for the package that has classes such as SSLSocketImpl.java , HandShaker.java etc. Thanks Ayas On Fri, May 27, 2016 at 6:38 AM, Wang Weijun wrote: > You can find the latest jd

Re: Help Needed - Need source code bundle of jsse.jar library

2016-05-27 Thread dalibor topic
On 26.05.2016 09:31, Ayaskant Swain wrote: Hi All, I am in urgent need of the source code bundle of *jsse.jar* library to debug a javax.net.ssl.SSLHandshakeException error. You'll need to ask whoever provided you the jsse.jar you're having problems with. OpenJDK didn't, as it provides sourc

Re: Help Needed - Need source code bundle of jsse.jar library

2016-05-26 Thread Wang Weijun
You can find the latest jdk7u source code at http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/file/70e3553d9d6e/src, which includes JSSE. --Max > On May 26, 2016, at 3:31 PM, Ayaskant Swain wrote: > > Hi All, > > I am in urgent need of the source code bundle of jsse.jar library to debug a > j

Help Needed - Need source code bundle of jsse.jar library

2016-05-26 Thread Ayaskant Swain
Hi All, I am in urgent need of the source code bundle of *jsse.jar* library to debug a javax.net.ssl.SSLHandshakeException error. Our java application is a webservice and deployed in Mule container. Our application in turn calls another external SOAP service over a https URL. So our application b