Product: Confluence
Environment
| Operating System | |
|---|---|
| Affect Version/s | 2.2.9 |
| JVM | |
| Database | SQL Server |
| Application Server | Standalone |
Error Message
2007-10-02 10:38:33,958 DEBUG [apache.commons.httpclient.HttpMethodBase] processAuthenticationResponse enter HttpMethodBase.processAuthenticationResponse(HttpState, HttpConnection) 2007-10-02 10:38:33,973 DEBUG [commons.httpclient.auth.HttpAuthenticator] selectAuthScheme enter HttpAuthenticator.selectAuthScheme(Header[]) 2007-10-02 10:38:33,973 DEBUG [commons.httpclient.auth.HttpAuthenticator] authenticateProxy enter HttpAuthenticator.authenticateProxy(AuthScheme, HttpMethod, HttpState) 2007-10-02 10:38:33,973 DEBUG [commons.httpclient.auth.HttpAuthenticator] doAuthenticate Authenticating with the 'PANDORE BORDEAUX 2' authentication realm at web.pandore.log.intra.laposte.fr 2007-10-02 10:38:33,973 DEBUG [apache.commons.httpclient.HttpState] getProxyCredentials enter HttpState.getCredentials(String, String 2007-10-02 10:38:33,973 WARN [apache.commons.httpclient.HttpMethodBase] processAuthenticationResponse No credentials available for the 'PANDORE BORDEAUX 2' authentication realm at web.pandore.log.intra.laposte.fr 2007-10-02 10:38:33,989 DEBUG [apache.commons.httpclient.HttpMethodBase] shouldCloseConnection Should close connection in response to Proxy-Connection: close
Symptom
Confluence windows service is configured with these options (in the windows registry http://confluence.atlassian.com/display/DOC/Configure+Web+Proxy+Support+for+Confluence) :
http.proxyHost ,http.proxyPort , http.nonProxyHosts , http.proxyUser and http.proxyPassword
But it seams that does not work to authenticate HTTP connections from confluence.
Diagnostics/Test
Attached user a script that will check that user's proxy settings have been configured properly. This should give us a better idea of where the problem is:
Please copy if into your <Confluence-install>/confluence/admin directory. After doing so, you can run it by going to the following URL:
http://<your-hostname>/admin/proxy.jsp
It will display the results on screen
Root Cause
User and password parameters configuration
Solution
Try the patch in http://jira.atlassian.com/browse/CONF-2326#action_53462
