I guess you are using a secure protocol , and the certificate being sent by the server is being rejected by the JVM, probably because either it is self signed or the certificate couldnt be verified (you might have to import the chain into your JVM keystore) Look up the java documents on how to enable debug for SSL, you might get an idea of the exact error .
On Mon, Jan 18, 2010 at 9:58 PM, Indika Gunawardena < [email protected]> wrote: > Hi, > > > I tried to use Mail Reader Sampler but still it doesn't work properly. I > have installed every jar files like mail.jar, .etc. > > But when I'm trying to run my script I got following error. > > > "Response code: 500 > > Response message: javax.mail.MessagingException: Connect failed; > > nested exception is: > > javax.net.ssl.SSLHandshakeException: > sun.security.validator.ValidatorException: PKIX path building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to requested target" > > > > Could you pls help me to get success this. > > Indika > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

