Re: [Burp-users] unable to authorise
Brought to you by:
grke
|
From: Graham K. <ke...@sp...> - 2011-03-21 08:59:45
|
On Mon, Mar 21, 2011 at 10:48:16AM +0200, Israel Bravo wrote: > On the client side I get the following messages: > burp.exe: Listing configured paths: > burp.exe: include D:/My Documents > ... ......... > burp.exe: Listing starting paths: > burp.exe: D:/My Documents > ... ......... > burp.exe: before client > burp.exe: begin client > burp.exe: expected 'c:ok', got 'e:unable to authorise' > burp.exe: problem with auth > burp.exe: after client > And on the server side: > burp[16850] /usr/local/etc/burp/clientconfdir/PC_Anatg: parse > error on line 1 > burp[16850] unable to authorise > > My question is - where is the error - on the server side or on the > client side and what is incorrect in the first line? > The problem that I can'r find any error in the > "clientconfdir/PC_Anatg" or in the "burp.conf" - the files are > attached. a) If PC_Anatg is in /usr/local/etc/burp/clientconfdir on the server, it shouldn't have all the configuration options that are supposed to be on the actual client. It should only contain these lines out of the ones that it has: password = backup05 keep = 2 working_dir_recovery_method = use ssl_peer_cn = grkeclient b) You have got Windows line endings in PC_Anatg. That probably isn't helping, but if you are on burp-1.1.22 it probably doesn't matter because it will be stripping the whitespace from the end of the lines anyway. To fix it, open it with vi and type: :set ff=unix :wq |