File tree Expand file tree Collapse file tree
src/jorphan/src/main/java/org/apache/jorphan/exec Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public class KeyToolUtils {
5353 /** Name of property that can be used to override the default keytool location */
5454 private static final String KEYTOOL_DIRECTORY = "keytool.directory" ; // $NON-NLS-1$
5555
56- private static final String DNAME_INTERMEDIATE_CA_KEY = "cn=JMeter Intermediate CA for recording (INSTALL ONLY IF ITS YOURS)" ; // $NON-NLS-1$
56+ private static final String DNAME_INTERMEDIATE_CA_KEY = "cn=JMeter Intermediate CA for recording (INSTALL ONLY IF IT IS YOURS)" ; // $NON-NLS-1$
5757
5858 public static final String ROOT_CACERT_CRT_PFX = "ApacheJMeterTemporaryRootCA" ; // $NON-NLS-1$ (do not change)
5959 private static final String ROOT_CACERT_CRT = ROOT_CACERT_CRT_PFX + ".crt" ; // $NON-NLS-1$ (Firefox and Windows)
@@ -73,7 +73,7 @@ public class KeyToolUtils {
7373 static {
7474 StringBuilder sb = new StringBuilder ();
7575
76- sb .append ("CN=_ JMeter Root CA for recording (INSTALL ONLY IF ITS YOURS)" ); // $NON-NLS-1$
76+ sb .append ("CN=_ JMeter Root CA for recording (INSTALL ONLY IF IT IS YOURS)" ); // $NON-NLS-1$
7777 String userName = System .getProperty ("user.name" ); // $NON-NLS-1$
7878 userName = userName .replace ('\\' ,'/' ); // Backslash is special (Bugzilla 56178)
7979 addElement (sb , "OU=Username: " , userName ); // $NON-NLS-1$
Original file line number Diff line number Diff line change @@ -6832,9 +6832,9 @@ As a consequence:
68326832<li >The browser should display a dialogue asking if you want to accept the certificate or not. For example:
68336833<source >
683468341) The server's name "<code >www.example.com</code >" does not match the certificate's name
6835- "<code >_ JMeter Root CA for recording (INSTALL ONLY IF ITS YOURS)</code >". Somebody may be trying to eavesdrop on you.
6836- 2) The certificate for "<code >_ JMeter Root CA for recording (INSTALL ONLY IF ITS YOURS)</code >" is signed by the unknown Certificate Authority
6837- "<code >_ JMeter Root CA for recording (INSTALL ONLY IF ITS YOURS)</code >". It is not possible to verify that this is a valid certificate.
6835+ "<code >_ JMeter Root CA for recording (INSTALL ONLY IF IT IS YOURS)</code >". Somebody may be trying to eavesdrop on you.
6836+ 2) The certificate for "<code >_ JMeter Root CA for recording (INSTALL ONLY IF IT IS YOURS)</code >" is signed by the unknown Certificate Authority
6837+ "<code >_ JMeter Root CA for recording (INSTALL ONLY IF IT IS YOURS)</code >". It is not possible to verify that this is a valid certificate.
68386838</source >
68396839You will need to accept the certificate in order to allow the JMeter Proxy to intercept the SSL traffic in order to
68406840record it.
You can’t perform that action at this time.
0 commit comments