You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Derry, Stanton" <St...@digitalinsight.com> on 2014/03/16 05:09:51 UTC

HTTPS Recording Failing with JMeter 2.9 and JMeter 2.11

Recording on Mac 10.9.2 with Firefox, Jmeter 2.9/2.11, and java version "1.6.0_65".  When recording with either version the initial web page isn't being fully displayed and only three urls recorded.  When using Charles Proxy it shows nine urls for the initial page which is fully displayed and able to input username and password.

Jmeter 2.9/2.11
https://www.<domain>/tob/live/usp-core/app/login/consumer<https://www.tdspsol.com/tob/live/usp-core/app/login/consumer>
https://www.<domain>/mstinc/web/images/ehl_40x35_k_100.png
https://www.<domain>/mstinc/web/images/fdic_57x19_k_100.png<https://<domain>/mstinc/web/images/fdic_57x19_k_100.png>

Charles Proxy
https://<domain>/tob/live/usp-core/app/login/consumer
https://resource1.static.<domain>:443
https://resource1.static.<domain>:443
https://resource1.static.<domain>:443
https://resource1.static.<domain>:443
https://resource1.static.<domain>:443
https://resource1.static.<domain>:443
https://www.<domain>/mstinc/web/images/ehl_40x35_k_100.png
https://www.<domain>/mstinc/web/images/fdic_57x19_k_100.png

The web page with Jmeter proxy:

Your Financial Institution
Loading...
Log in to my account
Username
Password
I can't access my account
New to online banking?
Enroll now
Powered by Intuit
FDIC Equal Housing Lender

Unable to enter Username and Password to continue, no problem with Charles Proxy.

I also tried java version "1.7.0_51" with Jmeter 2.11 r1554548 and get the error  "javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints".    Added ApacheJMeterTemporaryRootCA.crt to Firefox and still get the error.

Stan