Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC195105EE for ; Thu, 3 Oct 2013 12:46:08 +0000 (UTC) Received: (qmail 34459 invoked by uid 500); 3 Oct 2013 12:46:08 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 34439 invoked by uid 500); 3 Oct 2013 12:46:08 -0000 Mailing-List: contact dev-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 dev@jmeter.apache.org Received: (qmail 34430 invoked by uid 99); 3 Oct 2013 12:46:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 12:46:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.212.174 as permitted sender) Received: from [209.85.212.174] (HELO mail-wi0-f174.google.com) (209.85.212.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 12:46:02 +0000 Received: by mail-wi0-f174.google.com with SMTP id hj3so8873582wib.1 for ; Thu, 03 Oct 2013 05:45:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=l4ahtHLcNgv6KuNNaixlAGxP2bDJzlPU/GPlCey5Sbc=; b=pcsEZ+JJq1qqFxQXtxu1JqHO9Tlwr6Vpmo6Uqx7Jw+TaOPCrb17ntXHY0QpCoax2ym qzsEJ5PNK4A4X2DfqMbGwSlh6xMAgDHQoill1UCGO6zqU7NLjlCDvu3Tz6iLrw5gM5in EZKGtJvqr/ca5EC05LmcjTJgPAoLSN7m6HzzC1RpwMAh5c4qZvzzeUx51IWpER3xEa91 6xm800AIuO0BSLwG0Ut87dGphNsBfiO233ZF5tCsqZky8wOlcXgp02SyUSM0xEBujPiF +khKoRAa3+NM2mgbbQ0mPc44XansC2bWqv2RUnLzJxTlua+JDu7UWMrSY5cex6cAkjMU tXZA== MIME-Version: 1.0 X-Received: by 10.180.105.198 with SMTP id go6mr2633796wib.0.1380804342219; Thu, 03 Oct 2013 05:45:42 -0700 (PDT) Received: by 10.194.24.99 with HTTP; Thu, 3 Oct 2013 05:45:42 -0700 (PDT) In-Reply-To: References: Date: Thu, 3 Oct 2013 13:45:42 +0100 Message-ID: Subject: Re: JMeter nightly build and recording From: sebb To: dev@jmeter.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 1 October 2013 22:14, Philippe Mouawad wrote: > Hello, > Testing new Proxy recording on github, I finally managed to record but this > time it was not as easy as for other websites: > > I finally succeeded by calling in browser: > - https://ssl.fastly.net and accepting jmeter certificate > - collector.githubapp.com and accepting jmeter certificate > > Just adding this in HTTPS Domain was not enough: > github.global.ssl.fastly.net,*.github.com,github.global.ssl.fastly.net, > collector.githubapp.com,ssl.google-analytics.com Why not use domains for them all? *.fastly.net *.github.com *.githubapp.com *.google-analytics.com > Is this what was expected ? > I would have thought accepting JMeter CA would be enough > > Am I missing something ? Presumably. What URLs did you visit? What does the jmeter log say? It should report warnings for missing certificates; if no extra logs or changed levels may be needed. > By the way, before release we need to finish this: > - Document the changes made on JMeter Proxy Server > - Rename it > - Update screenshots for changes and maybe reference documentation > > Regards > Philippe