Support client certificates if the server requires them (mTLS)#329
Open
c0mputerguru wants to merge 3 commits intoaimok04:mainfrom
Open
Support client certificates if the server requires them (mTLS)#329c0mputerguru wants to merge 3 commits intoaimok04:mainfrom
c0mputerguru wants to merge 3 commits intoaimok04:mainfrom
Conversation
added 3 commits
February 7, 2026 17:23
Owner
|
Hi, I am currently a bit busy, but I'll take a look at it sometime in the following weeks, it's definitely a good addition! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have my tandoor server protected via mTLS to prevent unauthorized devices from even getting access to the server. I also just found this app, and wanted to check it out. Unfortunately, it didn't work with my server and I was getting a "client certificate not sent" error.
I know that Android has it's own implementation of a certificate store as that is what other apps like Home Assistant use. So I tried to see if I could get at least the Android implementation of this app to work with that certificate store. I did the following:
After this, I got everything working, but images weren't loading. I hadn't seen that images were loaded via ImageLoader. To fix that, I had to:
I've got a debug build of this running on my phone and it's able to connect and I'm able to browse my tandoor instance.