Re: SSL testing using polygraph
"Alex Rousskov" <[email protected]>
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Organization | The Measurement Factory |
| Message-ID | <[email protected]> |
On Tue, 2005/05/03 (MDT), <[email protected]> wrote: > I am trying to perform SSL testing (forward proxy) using polygraph and > configured the poly server and poly client using the guidelines in > http://www.web-polygraph.org/docs/reference/models/ssl.html. But my > client output shows > ... > 043.76| i-framp 0 5.40 -1 -1.00 27 1000 all > 043.76| i-framp 0 0.00 -1 -1.00 27 0 https > >> From the above output i believe the client it not generating any https > traffic and also my server output confirms it is not receiving any > traffic. To be precise, the above output shows that all HTTP requests end with some kind of an error, I think. You got 27 errors in 3 seconds and no "positive" responses. There are 1000 TCP sockets open, so polyclt is trying to generate some traffic. If possible, I would make a simple HTTP-only workload work first (you may be able to start with simple.pg). Once basic HTTP stuff is working, enable SSL. Running without a proxy is also a good approach to make sure that the bench setup is working properly. You can also use "--dump hdrs" to see what requests Polygraph is sending. Proxy logs may contain more clues: Does the proxy receive any traffic? Why does it not forward it to Polygraph servers? Use "--verb_lvl 10" command line option to see more warnings and errors. HTH, Alex.