NTLM-Authorization failed

Пишите тут о всех ошибках, недоработках и "вылетах" DM.

Moderators: Korney San, Qwertiy, Alex Qwerty, marcipan, PAShYCh

Post Reply
Mike_A
Posts: 1
Joined: 25 Sep 2014, 9:46 Thu

NTLM-Authorization failed

Post by Mike_A »

После обновлений появилась сабжевая ошибка, последняя версия которая работает с NTLM проксей ISA это 5.19.1.1385 от 2014.02.28.
Сравнивал логи рабочей версии и свежей 5.21.2.1407, разницы не вижу, даже если извлечь NTLM из Base64 (разница только в переменной части, где ключевая информация - может что с алгоритмом расчета?)
И еще очень не приятно что DM в первом же запросе сдаёт мои логин-пароль от прокси в виде Basic аутентификации.
Понятно, что прокси с NTLM могут работать с поддержкой Basic, но я думаю лучше сделать по другому, если в настройках указана прокси, то сначала надо зайти на неё узнать что она позволяет, а потом уж слать в Basic или в закрытом виде, ну если долго с проксей разбираться, то тогда в настройках добавить галочку NTLM-Basic-Authentication, и если она снята то точно уже не сдавать пароль первым же обращением к прокси.
Надеюсь исправите. Давно пользуюсь ДМ, считаю отличной программмой.
Спасибо.

На всякий случай ссылка об NTLM-аутентификации http://nordbez.wordpress.com/2012/01/25 ... %B5-samba/

и лог, для общего понимая сути проблемы, естественно ключевая инфа тут скрыта:

Code: Select all

70 25.09.2014 10:04:29 Download state changed to Downloading
71 25.09.2014 10:04:29 Start new section [1]
72 25.09.2014 10:04:29 Start connection to 192.168.8.1:8080 [1]
73 25.09.2014 10:04:29 Connecting to 192.168.8.1:8080 [1]
74 25.09.2014 10:04:29 Connected [1]
75 25.09.2014 10:04:29 GET http://95.141.193.17/R-7.zip HTTP/1.1
                       User-Agent: Mozilla/5.0 (Windows NT 5.2; Trident/7.0; rv:11.0) like Gecko
                       Accept: */*
                       Referer: http://95.141.193.17/
                       Cache-Control: no-cache
                       Host: 95.141.193.17
                       Proxy-Authorization: Basic v..........d==
76 25.09.2014 10:04:29 HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.  )
                       Via:1.1 SERVER
                       Proxy-Authenticate: NTLM
                       Proxy-Authenticate: Kerberos
                       Proxy-Authenticate: Negotiate
                       Connection: close
                       Proxy-Connection: close
                       Pragma: no-cache
                       Cache-Control: no-cache
                       Content-Type: text/html
                       Content-Length: 2372
77 25.09.2014 10:04:29 Socket disconnected [1]
78 25.09.2014 10:04:29 Restart after pause 0 seconds. [1]
79 25.09.2014 10:04:30 Start connection to 192.168.8.1:8080 [1]
80 25.09.2014 10:04:30 Connecting to 192.168.8.1:8080 [1]
81 25.09.2014 10:04:30 Connected [1]
82 25.09.2014 10:04:30 GET http://95.141.193.17/R-7.zip HTTP/1.1
                       User-Agent: Mozilla/5.0 (Windows NT 5.2; Trident/7.0; rv:11.0) like Gecko
                       Accept: */*
                       Referer: http://95.141.193.17/
                       Cache-Control: no-cache
                       Host: 95.141.193.17
                       Proxy-Authorization: NTLM T..........g==
                       Proxy-Connection: Keep-Alive
83 25.09.2014 10:04:30 HTTP/1.1 407 Proxy Authentication Required ( Access is denied.  )
                       Via:1.1 SQLSERVER
                       Proxy-Authenticate: NTLM T......................8=
                       Pragma: no-cache
                       Cache-Control: no-cache
                       Content-Type: text/html
                       Content-Length: 0
84 25.09.2014 10:04:30 GET http://95.141.193.17/R-7.zip HTTP/1.1
                       User-Agent: Mozilla/5.0 (Windows NT 5.2; Trident/7.0; rv:11.0) like Gecko
                       Accept: */*
                       Referer: http://95.141.193.17/
                       Cache-Control: no-cache
                       Host: 95.141.193.17
                       Proxy-Authorization: NTLM Tl...Q==
                       Proxy-Connection: Keep-Alive
85 25.09.2014 10:04:30 HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.  )
                       Via:1.1 SQLSERVER
                       Proxy-Authenticate: NTLM
                       Proxy-Authenticate: Kerberos
                       Proxy-Authenticate: Negotiate
                       Connection: close
                       Proxy-Connection: close
                       Pragma: no-cache
                       Cache-Control: no-cache
                       Content-Type: text/html
                       Content-Length: 2372
86 25.09.2014 10:04:30 NTLM-Authorization failed
87 25.09.2014 10:04:31 Download state changed to Erroring
88 25.09.2014 10:04:31 Closing socket [1]
89 25.09.2014 10:04:31 Socket disconnected [1]
90 25.09.2014 10:04:31 Start delete section [1]
91 25.09.2014 10:04:32 Section deleted [1]
92 25.09.2014 10:04:32 Download state changed to Error
Post Reply