See : https://github.com/apache/jmeter/pull/347 "Recently browsers have started to not trust a certificate if it doesn’t have a Subject Alternative Name (SAN) that matches the domain name. This causes the HTTPS proxy to generate warnings in the browser even if the CA certificate is trusted. This sets the SAN on all the certificates that are generated so that the browsers trust them."
Author: pmouawad Date: Fri Dec 1 20:05:54 2017 New Revision: 1816901 URL: http://svn.apache.org/viewvc?rev=1816901&view=rev Log: Bug 61843 - HTTP(S) Test Script Recorder : Add SAN to JMeter generated CA Certificate Contributed by Matthew Buckett This closes #347 Bugzilla Id: 61843 Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4628