You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Apache Wiki <wi...@apache.org> on 2006/08/07 06:40:44 UTC

[Jakarta-jmeter Wiki] Update of "JMeterAndHTTPS" by SonamChauhan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" for change notification.

The following page has been changed by SonamChauhan:
http://wiki.apache.org/jakarta-jmeter/JMeterAndHTTPS

The comment on the change is:
Server certificate issue -- must be unexpired valid certificate.

------------------------------------------------------------------------------
  == Making HTTPS Requests ==
  
  JMeter can make HTTPS requests - just create an HTTP Request Sampler, and set the protocol to https (instead of blank). You will need at least Java 1.4 for this; or you will need to download the JSSE jar(s) from Sun.
+ 
+ == Problems With Invalid SSL Server Certificates ==
+ Currently, when JMeter 2.2.1 makes SSL requests to a webserver with an expired SSL certificate installed, the SSL requests fail with 'CertificateExpiredException'. Using an valid SSL
+ server certificate fixes the problem. However, since expired certs are often used on internal test servers, it is preferable JMeter be given the ability to ignore certificate validity, as requested by this [http://issues.apache.org/bugzilla/show_bug.cgi?id=39279 JMeter Bugzilla entry 39279]
  
  == Recording HTTPS ==
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org