Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59C1D10922 for ; Fri, 2 Aug 2013 08:24:50 +0000 (UTC) Received: (qmail 23082 invoked by uid 500); 2 Aug 2013 08:24:47 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 23031 invoked by uid 500); 2 Aug 2013 08:24:41 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 23006 invoked by uid 99); 2 Aug 2013 08:24:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 08:24:36 +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.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 08:24:31 +0000 Received: by mail-wi0-f179.google.com with SMTP id hr7so277661wib.12 for ; Fri, 02 Aug 2013 01:24:11 -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=O8VObXTv370E4EcbFVRORX9sI1yxUtKHpPuLkdN8dIY=; b=mVgu9ZwHirbCr+Y3O5/drDGNP7Dg/Ob8zmy6y9/K4PdlKxhLuUWrDOhtQWKYZMHs48 mZotj9cADtMIdlUnIZhb5lN0WnGLiSf/jcKPDjA6EqekI+rxgLmFQQsDHECYMoOqFevl +Hj3JcjcQoCKv1O4g9X0jyJ6ehp0G6tMVsd7dG+2bm9VURjgMWzYhv1+sc7nSDYG/IFb vTpSwS/67X0+GlzOzrOB/sjtMJ9YNCnwlDwrQtu5N3CYL3IgUbPhrj4jyF4jfZnmrkps R04RvMwY3a7QQz8T64HFeFWHmLylr1N5sFwTCDUMrt7BHclAeJ+w/9kzCErrCtKcUbgv 6sZg== MIME-Version: 1.0 X-Received: by 10.180.90.240 with SMTP id bz16mr1019543wib.24.1375431850969; Fri, 02 Aug 2013 01:24:10 -0700 (PDT) Received: by 10.194.152.103 with HTTP; Fri, 2 Aug 2013 01:24:10 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Aug 2013 09:24:10 +0100 Message-ID: Subject: Re: Proxing only HTTP traffic. From: sebb To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 2 August 2013 06:13, Stas Obydionnov wrote: > Thank you all! > What I'm trying to do is load the proxy server we are developing, sometimes > proxy intercepts the request and redirects it to some other HTTP server, > and this redirection is to HTTPS. What I need is that this request will go > directly, not through proxy. > The problem is, that I do not access this HTTP server directly from > Jmeter's HTTP request, but as a result of redirection (302). > > So the only possible solution maybe the use of the Java native proxy > proposed by Deepak. I don't think that's what he meant. The JMeter -H and -P parameters set both http.proxyHost/Port and https.proxyHost/Port system properties. So if you only want to set the http ones, just define them in system.properties. > I'll try it. > Another question is, whether it's possible to overwrite the HTTP Request > proxy behavior using plugin or something? > > Thanks, > Stas. > > > On Fri, Aug 2, 2013 at 1:31 AM, Deepak Shetty wrote: > >> All options are here >> http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html >> https is separate to http so what problem are you facing? >> >> >> On Thu, Aug 1, 2013 at 9:57 AM, Stas Obydionnov >> wrote: >> >> > Hi all, >> > I'm a new to Jmeter and I have a question: >> > Jmeter allows to configure proxy for HTTP Request (not proxy for >> recording, >> > regular one). >> > This proxy apply for both protocols, HTTP and HTTPS, I need it to apply >> > only to HTTP, but HTTPS should go directly. >> > Is it possible? >> > Thanks. >> > Stas. >> > >> --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org