-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
- Your Rocket.Chat Experimental app version: 4.4.0
- Your Rocket.Chat server version: 2.4.9
- Device (or Simulator) you're running with: android 7.0
Hi there,
I'm trying to install rocket chat with TLS client authentication. I currently set it up with Traefik and it is working like a charm but the application won't connect to the server despite my user certificate being valid and available in the android user certificate store.
I tried to access the rocket chat server with a web browser with the android phone and everything works well (server-side configuration with traefik is valid, the user certificate is valid and is signed by the CA configured in traefik).
I saw this commit, merged in the develop branch : #1125 and the associated branch feature.ssl-pinning which seems to allow that feature.
Am I wrong about rocket chat supporting client authentication ? Is it implemented ? If not, will it be soon ?
Thanks for your help.