Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 15265
BY: Justin Bailey (m4dc4p)
DATE: 2006-11-21 16:29
SUBJECT: RE: Not authenticating correctly

 

Ron,

Something is going wrong in the proxy negotiation code that RubySSPI patches into net/http. The exception you are seeing is coming from the RubySSPI code.

If you don't mind hacking the source a little, open lib/rubysspi/proxy_auth.rb.

There is a rescue clause at line 48. You'll recognize the message created there as the exception you are seeing. Can you add some code to print the stack trace associated with the exception caught there? It's in the 'exc' variable, and you should be able to get it to print by adding "puts exc.backtrace.inspect" before the "raise" statement.

Let me know the results, hopefully it will give me an idea how to solve this issue. Thanks!

Justin


Thread View

Thread Author Date
Not authenticating correctlyRon Evans2006-11-20 21:42
      RE: Not authenticating correctlyJustin Bailey2006-11-20 22:04
            RE: Not authenticating correctlyRon Evans2006-11-20 22:27
                  RE: Not authenticating correctlyJustin Bailey2006-11-20 23:09
                        RE: Not authenticating correctlyRon Evans2006-11-21 00:02
                              RE: Not authenticating correctlyJustin Bailey2006-11-21 16:29
                                    RE: Not authenticating correctlyRon Evans2006-11-21 21:38
                                          RE: Not authenticating correctlyJustin Bailey2006-11-27 21:38
                                                RE: Not authenticating correctlyRon Evans2006-11-28 19:25
                                                      RE: Not authenticating correctlyJustin Bailey2006-11-28 21:48
                                                            RE: Not authenticating correctlyRon Evans2006-11-28 23:30
                                                                  RE: Not authenticating correctlyJustin Bailey2006-12-01 17:04
                                                                        RE: Not authenticating correctlyRon Evans2006-12-01 18:59
                                                                              RE: Not authenticating correctlyJustin Bailey2006-12-01 19:49

Post a followup to this message