[Tsung] Tsung recording of https://?

Isaac Uribe isaac.uribe at gmail.com
Tue Nov 20 16:11:10 CET 2007


Hey zrajm,

I had the same problem, they already fixed it on subversion:
https://support.process-one.net/browse/TSUN-39

If you look in the archives, I posted on september "Help with https
recording / Browser configuration" with a little more detail.

So, you can get the latest code from subversion or make the following
changes on source code and re-compile:

n files:
vi ./tsung-1.2.1/src/tsung/ts_utils.erl
vi ./tsung-1.2.1/src/tsung_recorder/ts_proxy_http.erl

#Change:
"//{" with "//ssl-"
"%7B" -> "%073%073%033"

#vi search and replace on every file:
:%s/\/\/{/\/\/ssl-/g
:%s/%7B/%073%073%033/g

#./configure; make; make install

and then, you could use http://ssl-yoururl and the proxy will convert
it to https://yoururl

Isaac,

PS Try the url with the full hostname "www.xx" (http://ssl-www.xx),
because, must webservers (depending on configuration, of course) would
translate domain-name to the full default-host-name.

On 11/19/07, biorn.oqvist at kreditor.se <biorn.oqvist at kreditor.se> wrote:
> How do i record https:// sites in Tsung?
>
> Manual says:
>
>     A session file will be created. For HTTPS recording, use http://{
>     instead of http://{ in your browser.
>
> But its just repeating itself. Also "http://{xx/" (I'm trying to access as
> site on the LAN) just redirects to "http://www.{xx.org/" which is just
> plain not what I want.
>
> So how do I do it?
>
> /zrajm
>
> ps excuse abruptness. browser piped 1st attempt to /dev/null. Very joyful. :(
>
> _______________________________________________
> Tsung-users mailing list
> Tsung-users at lists.process-one.net
> https://lists.process-one.net/mailman/listinfo/tsung-users
>


-- 
Isaac,

"Limit" is a state of mind....


More information about the Tsung-users mailing list