Re: [Loadsim-users] Recording with SSL (https)
Brought to you by:
vsheffer
From: Vincent S. <vsh...@op...> - 2001-10-31 04:51:49
|
You cannot record in SSL mode. SSL is meant to encrypt the HTTP stream between the client and server. The only thing that can decrypt the stream (which the recorder needs to be able to do) is the server and your browser. Think of it this way: if all you have to do to break SSL encryption is put a proxy server (which is all the recorder is) in between a browser and the webserver then HTTPS wouldn't be very secure. What you have to do is record using HTTP. You can do the playback (the load test) using HTTPS (that is where the jar file comes in) but you will need to edit the resulting recorded session and replace all occurences of 'http' with https. One last thing: the only JVM that I know loadsim will work with is JDK 1.3.0. Hope that helps. Vince On Tue, 2001-10-30 at 03:10, sandeep kshirsagar wrote: > Hi, > > I am new to loadsim. I am using loadsim for recording > the http & https. > loadsim when run in record mode, works fines with http > request. But when SSL based request comes, it does not > work. > Working with SSL, you mention to load the jar files in > loadsim lib directory and you should see a message > that says SSL has been enabled. > I copied the jar files, but when I start the > loadsim --record > it does not show any message for SSL. > I want to know how to enable SSL while recording? > Do I need do set some option? > > I do get the message for SSL when I run the recorded > sequence file by loadsim --startconsole > > Please reply asap. > Thanks & Regards > Sandeep Kshirsagar > > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > _______________________________________________ > Loadsim-users mailing list > Loa...@li... > https://lists.sourceforge.net/lists/listinfo/loadsim-users > |