On 11/11/2008, jkhanal <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am testing Web Application and is using JMeter for Load Testing. I tried > to create scenario using "Proxy Server". When it comes to the area of > secured layer "https", System does not allow to record using proxy. In my > example, when I click on "Checkout" button it gives me error [don't display > the expected page] because it uses "HTTPS" in that point. Is there any way > that I can record using PROXY Server for "https" portion or use Proxy only > for http portion and insert pages manually for "https" portion? Or any other > alternatives to solve this problem?
Try using HTTPS spoofing for the https parts. This is where you browse using http:, and JMeter converts it to https:. If the https pages have different paths, then you can use a URL match string to only spoof those paths. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Proxy_Server Otherwise you will have to record those pages separately or add them manually. > Thanks, > Jagan > > -- > View this message in context: > http://www.nabble.com/How-to-record-%22HTTPS%22-part-using-Proxy-in-JMeter--tp20446327p20446327.html > Sent from the JMeter - User mailing list archive at Nabble.com. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

