You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 keychat.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.The text was updated successfully, but these errors were encountered: