Problems using robots with authentication

Fábio César Miranda de Araújo <[email protected]> Thu, 20 Oct 2011 11:37:46 -0200
Newsgroups gmane.comp.web.web-polygraph.user
Message-ID <CALtTV0+j8+AWD6u2HOZCJaOu2jguSfth9OJOtaEace3TFqMmpw@mail.gmail.com>
Hello :)

I am trying to do some testing with our new McAfee proxy, using
polygraph, but we are failing to do it with proxy authentication.

Client ends with this message:
--------------------------------------------------------------------
HTTP/1.1 407 authenticationrequired
Content-Type: text/html
Cache-Control: no-cache
Content-Length: 2594
Proxy-Connection: Close
Proxy-Authenticate: NTLM
Proxy-Authenticate: Basic realm="McAfee Web Gateway"


NtlmAuth.cc:798: assertion failed: 'false'
Aborted
-----------------------------------------------------------------------------

it seems to me that the client receive the 407 message, but something
goes wrong and the program exits.

Here follows the robot configuration:

Robot R = {
    credentials = [ "myusername:mypassword" ];
    kind = "R101";
    interests = [ "public": 50% ];
    pop_model = { pop_distr = popUnif(); };
    recurrence = 55% / SimpleContent.cachable; // adjusted to get 55% DHR

    req_rate = 1/sec;

    origins = S.addresses;      // where the origin servers are
      addresses = ['172.17.205.177']; // use clone operator
};

Any help will be much appreciated.
Thank you

ufa
_______________________________________________
Users mailing list
Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected]
http://www.web-polygraph.org/mailman/listinfo/users