transmission/transmission

daemon: native TLS for RPC

Open

#777 opened on Dec 9, 2018

View on GitHub
 (4 comments) (3 reactions) (0 assignees)C++ (1,154 forks)batch import
help wantedpr welcomescope:coretype:feat

Repository metrics

Stars
 (10,996 stars)
PR merge metrics
 (Avg merge 11d 14h) (30 merged PRs in 30d)

Description

Currently, the RPC communication is via cleartext HTTP. For confidentiality, integrity and authenticity, supporting Transport Layer Security (TLS) would be awesome. Currently, some users do this via a reverse proxy like lighttpd. Native support for this would be awesome, because it's cleaner, more accessible and using less ressources.

Contributor guide