Skip to content

No need to use self signed certificate #254

@Cat1Bot

Description

@Cat1Bot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions