You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For years I have been using an old version of SabreDAV, version 1.6.0 - as part of a caldav server.
The caldav server is part of a CRM to give various clients (email/mobile/etc) access to the calendar - this has been working for a long time.
The server sits in the root of the CRM with access to the DB of the CRM.
Over the last couple of weeks I have attempted to upgrade, I have got to version 3.1.3.
Reasons for the upgrade is to get better vobject and make sure my caldav server can deal with PHP upgades (my servers all running > 8.1)
I am using my own PDO backend, I do not need browser access, neither do I need sharing.
While the upgrade was quite tough it's working fine with SabreDAV version < 3.1.3
As soon as I go past 3.2.x I have problems with the DIGEST AUTH - this has been working rather smoothly.
So far I have figured out all other upgraded problems but this one has me stumped.
PHP_AUTH_DIGEST never shows up, the username is not found.
I am stuck, please help.
The text was updated successfully, but these errors were encountered:
It looks like 3.3 never happen - life moved on to major version 4.
Major version 3 is now very old. Major version 4 has been out of "a long time" - can you move up to that?
PHP_AUTH_DIGEST is detected by https://github.com/sabre-io/http/blob/master/lib/Sapi.php and it seems that that code has been there for a long time. So I am surprised that there would be any change in that behaviour in any of the 3.2.* releases.
For years I have been using an old version of SabreDAV, version 1.6.0 - as part of a caldav server.
The caldav server is part of a CRM to give various clients (email/mobile/etc) access to the calendar - this has been working for a long time.
The server sits in the root of the CRM with access to the DB of the CRM.
Over the last couple of weeks I have attempted to upgrade, I have got to version 3.1.3.
Reasons for the upgrade is to get better vobject and make sure my caldav server can deal with PHP upgades (my servers all running > 8.1)
I am using my own PDO backend, I do not need browser access, neither do I need sharing.
While the upgrade was quite tough it's working fine with SabreDAV version < 3.1.3
As soon as I go past 3.2.x I have problems with the DIGEST AUTH - this has been working rather smoothly.
So far I have figured out all other upgraded problems but this one has me stumped.
PHP_AUTH_DIGEST never shows up, the username is not found.
I am stuck, please help.
The text was updated successfully, but these errors were encountered: