No, on the server, turn SSL off. Or, better yet, install your server app on a new machine, sans SSL, record your script, and then modify the script to target your real server app where SSL is running.
-Mike On 29 Aug 2002 at 11:15, [EMAIL PROTECTED] wrote: > > How do I turn the SSL off? Are you referring to modifying the browser > options or options within JMeter. > > > > > > "David Anderson" <[EMAIL PROTECTED]> on 08/29/2002 10:26:42 AM > > Please respond to "JMeter Users List" <[EMAIL PROTECTED]> > > To: "JMeter Users List" <[EMAIL PROTECTED]> > cc: > > Subject: RE: Connecting to https sites > > > Are you trying to record a test script using the HTTP Proxy component going > against a HTTPS site? This is not possible given the nature of SSL and > trying to pass through the proxy server. If this is the case, turn SSL off > on a development machine, record the script, and then search and replace > the protocol and port in the recorded script. This is how I'm recording > and running my SSL tests. > > regards, > > Dave > > David R. Anderson > Technical Architect - Notiva Corporation > (952)941.8278 ext. 27 > [EMAIL PROTECTED] > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 29, 2002 10:22 AM > To: [EMAIL PROTECTED] > Subject: Connecting to https sites > > > I have made the following changes but still not able to connect: > 1) modified jmeter.properties file > - uncommented out the lines > ssl.provider=com.sun.net.ssl.internal.ssl.Provider > ssl.pkgs=com.sun.net.ssl.internal.www.protocol > - set trustStore location to that of cacerts > javax.net.ssl.trustStore=C:\Program > Files\Java\j2re1.4.0_01\lib\security\cacerts > 2) using JDK1.4.1 > 3) I'm getting the prompt for keystore password and just press "enter" > w/out entering password and the browser just shows "Page cannot be > displayed" as opposed to Gateway error. > > I am completely stuck, is there anything else I can do? > thanks, > Ish > > > -- > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

