Re: [OT] javax.net.ssl.SSLException invoking https

2014-09-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Suleman, On 9/18/14 3:45 AM, Suleman Butt wrote: > Caused by: java.lang.RuntimeException: Method not supported. at > iaik.pkcs.pkcs1.RSACipher.engineUpdate(Unknown Source) at > javax.crypto.Cipher.update(DashoA13*) at > java.security.Signature$Ciphe

Re: [OT] javax.net.ssl.SSLException invoking https

2014-09-18 Thread Suleman Butt
Thanks for replying, Chris. Here is the rest of the exception stack: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constru

Re: [OT] javax.net.ssl.SSLException invoking https

2014-09-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Suleman, On 9/17/14 2:15 PM, Suleman Butt wrote: > I am trying to call a webservices, which is hosted on a remote > server and is exposed through an https endpoint. > > My client is an application hosted on my local tomcat >