
 Arno Nyhm - 2007-09-04 09:36:31
Hello Manuel,
I found your classes where I was looking for class which give me access to a proxy with NTLM authentication. Now I try too configure the test_http.php but I have no success until yet. Maybe I make something wrong. These lines are in the script:
	$arguments["ProxyHostName"]="ourProxy";
	$arguments["ProxyHostPort"]=8080;
	$arguments["ProxyUser"]="myUser";
	$arguments["ProxyPassword"]="myPass";
	$arguments["ProxyRealm"]="ourDomain";  // Proxy authentication realm or domain
	$arguments["ProxyWorkstation"]="myPCName"; // Workstation for NTLM proxy authentication
	$http->proxy_authentication_mechanism=""; // force a given proxy authentication mechanism;
Is this ok so far? I try also the name of our domain controller for Proxyworkstation, but all I get is:
Error: Could not process the SASL proxy authentication step: NTLM authentication was finished without success.
Other people describe the same problem in the forum, but I can't find a solution. I hope you can help.