Befox / cdav

Dolibarr module to access calendars and address book from CalDAV/CardDAV tools
GNU General Public License v3.0
47 stars 28 forks source link

401 unauthorized with correct user credentials and PHP-FPM #17

Closed bjoern86 closed 6 years ago

bjoern86 commented 6 years ago

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 fixes User Authentification Issue wit PHP-FPM See https://devhacksandgoodies.wordpress.com/2014/06/27/apache-pass-authorization-header-to-phps-_serverhttp_authorization/ for further information.

the added line (2) would do the job. line 1 and 3 to 13 could be deleted.