kocolosk commented on issue #1052: 2.1.1 when I enable proxy authentication - 
cookie and basic authentication not working anymore, is it correct behavior? 
URL: https://github.com/apache/couchdb/issues/1052#issuecomment-351775748
 
 
   Can you try setting `chttpd.authentication_handlers` like this instead?
   
   ```
   [chttpd]
   authentication_handlers = {chttpd_auth, cookie_authentication_handler}, 
{couch_httpd_auth, proxy_authentication_handler}, {chttpd_auth, 
default_authentication_handler}
   ```
   
   (note the use of `chttpd_auth` instead of `couch_httpd_auth` for cookie and 
basic handlers).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to