 |
Forums |
Admin Discussion Forums: help Start New Thread
| Message: 17205 |
 |
BY: Marcello Rocha (mereghost) DATE: 2007-01-19 19:15 SUBJECT: RE: Trouble using the gem Justin
Here's the output of the script. Oh, and you got an extra ";" on line 9. ;)
<code>opening connection to smsvss1...
opened
<- "GET http://www.google.com/ HTTP/1.1\r\nAccept: */*\r\nHost: http://www.google.com\r\nProxy-Authorization: Negotiate TlRMTVNTUAABAAAAt4II4gAAAAAAAAAAAAAAAAAAAAAFASgKAAAADw==\r\n\r\n"
-> "HTTP/1.1 407 Proxy authentication required\r\n"
-> "Proxy-Authenticate: NTLM\r\n"
-> "Proxy-Authenticate: Basic realm=\"www.google.com\"\r\n"
-> "Proxy-Connection: close\r\n"
-> "Content-Length: 503\r\n"
-> "Content-Type: text/html\r\n"
-> "\r\n"
reading 503 bytes...
-> "<html><head><title>Error 407</title>\r\n\r\n<meta name=\"robots\" content=\"noindex\">\r\n<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=iso-8859-1\"></head>\r\n\r\n<body>\r\n\r\n<h2>HTTP Error 407</h2>\r\n\r\n<p><strong>407 Proxy Authentication Required</strong></p>\r\n\r\n<p>You must authenticate with a proxy server before this request can be serviced. Please log on to your proxy server, and then try again.</p>\r\n\r\n<p>Please contact the Web server's administrator if this problem persists.</p>\r\n\r\n</body></html>"
read 503 bytes
Conn close
./../lib/rubysspi.rb:283:in `complete_authentication': Error: SEC_E_INVALID_TOKEN (RuntimeError)
from test_report.rb:18
from c:/ruby/lib/ruby/1.8/net/http.orig.1.rb:543:in `start'
from test_report.rb:15</code> | |
Thread View
Post a followup to this message
|
 |