Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable26] Check return value and improve error handling on certificate manager #38091

Merged
merged 3 commits into from
May 17, 2023

Commits on May 4, 2023

  1. [BUGFIX] check return value and improve error handling

    With S3 primary storage there was a problem with getting the CA bundle from the storage without having the CA bundle for the connection which causes that the CertificateManager was throwing an Error.
    This commit improves the handling in CertificateManager and log unexpected behaviors.
    
    Signed-off-by: Jan Messer <jan@mtec-studios.ch>
    Messj1 authored and backportbot-nextcloud[bot] committed May 4, 2023
    Configuration menu
    Copy the full SHA
    6c90e3f View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] throw exception instead of error if unable to create file ha…

    …ndler (only exceptions are catch)
    
    Signed-off-by: Jan Messer <jan@mtec-studios.ch>
    Messj1 authored and backportbot-nextcloud[bot] committed May 4, 2023
    Configuration menu
    Copy the full SHA
    364f3f5 View commit details
    Browse the repository at this point in the history
  3. Fix conflicts

    Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
    solracsf authored May 4, 2023
    Configuration menu
    Copy the full SHA
    22f02a4 View commit details
    Browse the repository at this point in the history