From commits-return-10730-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Tue Aug 25 13:13:33 2020 Return-Path: X-Original-To: apmail-jmeter-commits-archive@locus.apache.org Delivered-To: apmail-jmeter-commits-archive@locus.apache.org Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with ESMTP id 49AC81A3A4 for ; Tue, 25 Aug 2020 13:13:33 +0000 (UTC) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id F3F5B1249B8 for ; Tue, 25 Aug 2020 13:13:32 +0000 (UTC) Received: (qmail 67350 invoked by uid 500); 25 Aug 2020 13:13:32 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 67323 invoked by uid 500); 25 Aug 2020 13:13:32 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 67314 invoked by uid 99); 25 Aug 2020 13:13:32 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2020 13:13:32 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0FA5785A68; Tue, 25 Aug 2020 13:13:32 +0000 (UTC) Date: Tue, 25 Aug 2020 13:13:31 +0000 To: "commits@jmeter.apache.org" Subject: [jmeter] branch master updated: Correct documented name of generated CA when using proxy script recorder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159836121190.13222.8989702021402165275@gitbox.apache.org> From: fschumacher@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: jmeter X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ba27712991f6df5cce54e9cf5a69ab999ea77e63 X-Git-Newrev: b2d487c6fb3d9ba31b651e1e0c8a1eac05478f5d X-Git-Rev: b2d487c6fb3d9ba31b651e1e0c8a1eac05478f5d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git The following commit(s) were added to refs/heads/master by this push: new b2d487c Correct documented name of generated CA when using proxy script recorder b2d487c is described below commit b2d487c6fb3d9ba31b651e1e0c8a1eac05478f5d Author: Felix Schumacher AuthorDate: Tue Aug 25 15:12:27 2020 +0200 Correct documented name of generated CA when using proxy script recorder Part of a bigger PR. Contributed by Vincent Daburon (vdaburon at gmail.com) Relates to #571 --- xdocs/changes.xml | 2 ++ xdocs/usermanual/component_reference.xml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 08d748c..cb0c088 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -182,6 +182,7 @@ applications when JMeter is starting up.

Documentation

    +
  • 571Correct documented name of generated CA when using proxy script recorder. Part of a bigger PR. Vincent Daburon (vdaburon at gmail.com)

General

@@ -215,6 +216,7 @@ applications when JMeter is starting up.

  • Ubik Load Pack
  • Till Neunast (https://github.com/tilln)
  • Pooja Chandak (poojachandak002 at gmail.com)
  • +
  • Vincent Daburon (vdaburon at gmail.com)
  • We also thank bug reporters who helped us improve JMeter.

      diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml index d78a5db..7fa1ce8 100644 --- a/xdocs/usermanual/component_reference.xml +++ b/xdocs/usermanual/component_reference.xml @@ -6617,9 +6617,9 @@ As a consequence:
    • The browser should display a dialogue asking if you want to accept the certificate or not. For example: 1) The server's name "www.example.com" does not match the certificate's name - "JMeter Proxy (DO NOT TRUST)". Somebody may be trying to eavesdrop on you. -2) The certificate for "JMeter Proxy (DO NOT TRUST)" is signed by the unknown Certificate Authority - "JMeter Proxy (DO NOT TRUST)". It is not possible to verify that this is a valid certificate. + "_ JMeter Root CA for recording (INSTALL ONLY IF IT S YOURS)". Somebody may be trying to eavesdrop on you. +2) The certificate for "_ JMeter Root CA for recording (INSTALL ONLY IF IT S YOURS)" is signed by the unknown Certificate Authority + "_ JMeter Root CA for recording (INSTALL ONLY IF IT S YOURS)". It is not possible to verify that this is a valid certificate. You will need to accept the certificate in order to allow the JMeter Proxy to intercept the SSL traffic in order to record it.