JMeter version?

2012/6/14 Michele Mase' <[email protected]>

> I need to test some webservices using the sampler WebService(SOAP) Request.
> The webservice is protected by a client certificate verification directive
> under a ssl vhost.
> https://www.example.com/webservice/webservice1?wsdl
>
> <LocationMatch "/webservice/(webservice1|webservice2)">
>        #SSLVerifyClient optional
>        SSLVerifyClient require
>        #SSLVerifyDepth  2
> SSLOptions +ExportCertData
> </LocationMatch>
>
> 2012/06/14 14:46:17 WARN  - jmeter.protocol.http.sampler.WebServiceSampler:
> [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket:
> javax.net.ssl.SSLProtocolException: handshake alert:  unrecognized_name;
> targetException=java.lang.IllegalArgumentException: Error opening socket:
> javax.net.ssl.SSLProtocolException: handshake alert:  unrecognized_name]
> 2012/06/14 14:46:17 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Thread Group 1-1
>
> How can I solve the issue?
>
> Regards
> Michele Masè
>

Reply via email to