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

Support mTLS auth for feed #3105

Open
1 task done
timofurrer opened this issue Jan 25, 2025 · 3 comments
Open
1 task done

Support mTLS auth for feed #3105

timofurrer opened this issue Jan 25, 2025 · 3 comments
Labels

Comments

@timofurrer
Copy link

timofurrer commented Jan 25, 2025

Miniflux already support HTTP basic auth for feeds. Would it be possible to additionally support mTLS auth?

I may actually be willing yo contribute it myself if it's something you would support :)

@fguillot
Copy link
Member

I never seen any feeds using mTLS so far. Is it for some internal systems? do you have any examples?

@timofurrer
Copy link
Author

Yes, it's for an internal system ... I'm also producing personal RSS feeds and currently use basic auth but would like to switch to mTLS.

I don't have an example that you could use. However, you could just put an RSS fees behind a Caddy mTLS client auth.

@fguillot
Copy link
Member

That would require people to provide the client cert, private key, and optionally the CA cert for a given feed.

I may actually be willing yo contribute it myself if it's something you would support

Feel free to submit a pull-request :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants