From issues-return-13701-archive-asf-public=cust-asf.ponee.io@jmeter.apache.org Mon Nov 19 03:02:01 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 92CEC18066C for ; Mon, 19 Nov 2018 03:02:00 +0100 (CET) Received: (qmail 99947 invoked by uid 500); 19 Nov 2018 02:01:59 -0000 Mailing-List: contact issues-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@jmeter.apache.org Delivered-To: mailing list issues@jmeter.apache.org Received: (qmail 99932 invoked by uid 99); 19 Nov 2018 02:01:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2018 02:01:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 39BA8180C69 for ; Mon, 19 Nov 2018 02:01:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -10.301 X-Spam-Level: X-Spam-Status: No, score=-10.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JVOxywdQ88Ug for ; Mon, 19 Nov 2018 02:01:57 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4D3EB621E5 for ; Mon, 19 Nov 2018 02:01:57 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id 8B7F5E0A31 for ; Mon, 19 Nov 2018 02:01:56 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id 8D2DD605F8; Mon, 19 Nov 2018 02:01:55 +0000 (UTC) From: bugzilla@apache.org To: issues@jmeter.apache.org Subject: [Bug 62829] Allow specifying Proxy server scheme for HTTP request sampler, Advanced tab and command line option Date: Mon, 19 Nov 2018 02:01:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: JMeter X-Bugzilla-Component: HTTP X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: FixedInTrunk X-Bugzilla-Severity: enhancement X-Bugzilla-Who: hitesh.h.patel@gmail.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: issues@jmeter.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D62829 --- Comment #7 from Hitesh Patel --- (In reply to Philippe Mouawad from comment #6) > Thanks for contribution. >=20 > Can you please test nightly build once it is available with and without > scheme to ensure there is not issue ? >=20 > Thank you. From https://builds.apache.org/job/JMeter-trunk/6971/, downloaded apache-jmeter-r1846867.zip Unzipped apache-jmeter-r1846867.zip Ran one of our work performance tests with apache-jmeter-r1846867/bin/jmeter --proxyHost internal.proxyHost --proxyPort 1234 --proxyScheme https ... from GUI and command line. Verified test ran successfully as expected. Ran the same test without any proxy host/port/scheme information, on command line, with running test via GUI and command line. Test run failed as expect= ed. --=20 You are receiving this mail because: You are the assignee for the bug.=