Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DB980200C26 for ; Sat, 25 Feb 2017 09:21:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DA393160B5D; Sat, 25 Feb 2017 08:21:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2FBC6160B5B for ; Sat, 25 Feb 2017 09:21:08 +0100 (CET) Received: (qmail 55077 invoked by uid 500); 25 Feb 2017 08:21:07 -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 55066 invoked by uid 99); 25 Feb 2017 08:21:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2017 08:21:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C33211A038E for ; Sat, 25 Feb 2017 08:21:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.347 X-Spam-Level: X-Spam-Status: No, score=-2.347 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id xzPFVjUiL1OL for ; Sat, 25 Feb 2017 08:21:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id BDE0D60E17 for ; Sat, 25 Feb 2017 08:21:05 +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 A16F2E044B for ; Sat, 25 Feb 2017 08:21:02 +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 AB7C360EE3; Sat, 25 Feb 2017 08:21:01 +0000 (UTC) From: bugzilla@apache.org To: issues@jmeter.apache.org Subject: [Bug 60768] Jmeter: testing with TLS cert creates new connection with every request Date: Sat, 25 Feb 2017 08:21:01 +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: 3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: digant@yahoo-inc.com X-Bugzilla-Status: NEEDINFO X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: issues@jmeter.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 archived-at: Sat, 25 Feb 2017 08:21:09 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D60768 --- Comment #2 from digant@yahoo-inc.com --- Created attachment 34777 --> https://bz.apache.org/bugzilla/attachment.cgi?id=3D34777&action=3Dedit Test file Yes, Adding NoopUserTokenHandler helps. Here are the requested details: - your test plan ? Cookie Manager , pause times between request ? Attached the test plan. I have not removed the hostname and enpoint detai= ls, as I can not share those values.=20 There is a default cookie manager for the test. There is no pause between requests. This test tries to get maximum output from server. - What makes you think a new connection is created for every request ? Run the test with with thread (with forever loop), with keep alive on. Th= is test should try to use the same connection (as there is no pause between requests). You can verify the connection details by running command in your mac: netstat | grep "*.https" It could have output like: tcp4 0 1253 unknown-xx-xx-xx.12345 hostabcd.xyz...https ESTABLI= SHED Here 12345 is the connection id. Running above command quickly should not change the connection id. - More details: TLS cert used is TLSv1.2 Only changed configuration in Jmeter are: System.properties file: javax.net.ssl.keyStore=3D javax.net.ssl.keyStorePassword=3D I have tested my test case with nightly build also without any success. Please let me know, if any more details are required. --=20 You are receiving this mail because: You are the assignee for the bug.=