Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 18341 invoked from network); 1 Jun 2005 07:33:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jun 2005 07:33:39 -0000 Received: (qmail 99412 invoked by uid 500); 1 Jun 2005 07:33:37 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 99395 invoked by uid 500); 1 Jun 2005 07:33:36 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 99361 invoked by uid 99); 1 Jun 2005 07:33:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mailgate3.dslextreme.com (HELO mailgate3.dslextreme.com) (66.51.199.126) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Jun 2005 00:33:34 -0700 Received: from mail5.dslextreme.com (unknown [192.168.7.93]) by mailgate3.dslextreme.com (Postfix) with SMTP id 884B364187 for ; Wed, 1 Jun 2005 00:44:49 -0700 (PDT) Received: (qmail 23988 invoked from network); 1 Jun 2005 07:33:19 -0000 Received: from unknown (HELO [192.168.10.10]) (66.51.196.164) by mail5.dslextreme.com with SMTP; Wed, 01 Jun 2005 00:33:19 -0700 Message-ID: <429D64BF.9000107@dslextreme.com> Date: Wed, 01 Jun 2005 00:33:19 -0700 From: Ralph Goers User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: JMeter Users List Subject: Re: Jmeter HTTPS testing through proxy References: <48359263E1CF8240804C259597B85EAB0AF6C3@emss02m02.us.lmco.com> In-Reply-To: <48359263E1CF8240804C259597B85EAB0AF6C3@emss02m02.us.lmco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSLExtreme-MailGate-Information: Please contact the ISP for more information X-DSLExtreme-MailGate: Found to be clean X-MailScanner-From: ralph.goers@dslextreme.com X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Major, Michael T wrote: >I was wondering if anyone can help me on this one. > >I am testing an https site internally from our company's network. The >site is actually pointed to the internet, so I have to use the proxy >server arguments to test the site (-H proxy server -P proxy port). The >test plan runs, and I have no problem testing the initial home page, so >I know Jmeter is using the proxy server with no problem. But when I >test the login process, I get an HTTP response code: Non HTTP response >code error. When I run the test script from home (without the proxy) I >have no problems. Could anyone let me know why I would be having these >problems? > >Thank you in advance, > >Mike > I don't know if this is your problem, but I recently had to implement my own protocol handler to allow https through a proxy. It works by specifying httpp://proxy:port/https://dest/url. It uses httpclient to bind with the proxy and then uses the connect method to set up the SSL session to the server. > > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org