Skip to content

Client Certificate Authentication Support - #58210

Open
rhclayto wants to merge 1 commit into
nextcloud:masterfrom
rhclayto:master
Open

Client Certificate Authentication Support#58210
rhclayto wants to merge 1 commit into
nextcloud:masterfrom
rhclayto:master

Conversation

@rhclayto

Copy link
Copy Markdown

Client Certificate Authentication Support

  • Resolves: #

Summary

TODO

  • ...

Checklist

Client Certificate Authentication Support

Signed-off-by: rhclayto <h+github@2milebridge.com>
@rhclayto

Copy link
Copy Markdown
Author

Code from #52198 .

@github-actions

Copy link
Copy Markdown
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

@icewind1991

Copy link
Copy Markdown
Member

I don't think it's good to unconditionally send the client certificates for all requests.

The correct approach would probably be to allow configuring client certificates per domain.

The configuration being something like

$CONFIG = [
  'http_client_tls' = [
    'example.com' => [
      'cert' => '...',
      'key' => '...',
    ],
  ],
];

@susnux susnux added the community pull requests from community label Jun 9, 2026
@susnux susnux added this to the Nextcloud 35 milestone Jun 9, 2026
@nextcloud-bot nextcloud-bot mentioned this pull request Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community pull requests from community feedback-requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants