Support for client certificates #187
Replies: 3 comments 1 reply
-
I believe what you might be referring to is certificate pinning? That's usually done in the other direction. To protect clients from connecting to fake servers (or more appropriately, to prevent man in the middle attacks where you connect to a network that intercepts encrypted traffic by issuing their own certificates that are not part of the well known trust chains) I guess in theory you could do something similar in reverse but not sure of a standard that I could implement that librephotos or your reverse proxy supports. If you have some keywords or links for me to see what you are referring to that would help |
Beta Was this translation helpful? Give feedback.
-
I have managed to set up caddy to reverse proxy with mtls to librephotos following the above thread Installed the generated p12 cert as VPN and app cert to android settings >security A popular app that have the mtls option is davx5 Keeping this alive as you may have a look in to it at some point Thanks |
Beta Was this translation helpful? Give feedback.
-
Even more on this...... This one uses a difernet aproach |
Beta Was this translation helpful? Give feedback.
-
I came upon a reddit post about it and start reading.
From what I can tell i can configure my webserver/reverse proxy to only accept requests from clients that have a matching certificate as an extra layer of security
Haven't manage to set up the server properly yet (I'm kinda noob and the proccess considered pain eitherway)
My suggestion is it will be nice if uhuruphotos supported client certificates
Beta Was this translation helpful? Give feedback.
All reactions