jmeter handshake

jmeter - RECV TLSv1 ALERT: fatal, handshake_failure



(0)

Estoy usando Jmeter2.9 para probar el servicio web seguro. Creé un almacén de claves y un almacén de confianza para el cliente y los certificados raíz y parecen estar bien. Sin embargo, cuando empiezo a utilizar el script de prueba, aparece el siguiente mensaje de error:

... AWT-EventQueue-0, READ: TLSv1 Alert, length = 2 AWT-EventQueue-0, RECV TLSv1 ALERT: fatal, handshake_failure AWT-EventQueue-0, called closeSocket() AWT-EventQueue-0, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

Traté de modificar los parámetros en user.properties, jmeter.properties y system.properties para jmeter, pero no me ayudó.

¿Tiene alguna sugerencia o consejos sobre qué causa el problema y cómo se puede resolver?

gracias.