Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No need to use self signed certificate #254

Open
Cat1Bot opened this issue Jan 8, 2025 · 0 comments
Open

No need to use self signed certificate #254

Cat1Bot opened this issue Jan 8, 2025 · 0 comments

Comments

@Cat1Bot
Copy link

Cat1Bot commented Jan 8, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant