-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
I looked through this source and noticed this app uses a self signed certificate for client connection. It sets chat.allow_bad_cert.enabled to true so RCS will accept the self signed cert for localhost connection. Heres the thing though, none of this is needed and you can simply this process by just setting config key chat.use_tls.enabled to false that way when RCS connects to local server, it will do so over a insecure and unencrypted plaintext connection removing the need for self signed certificate. Forwarding to real server can still use SSL/TLS so handshake with Riot server succeeds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels