What's new

Transmission & SSL

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

torden

New Around Here
Hi, I have the latest Asuswrt-Merlin fw and works perfect. I have also installed transmission by entware without problems, but I *need* to access its web interface with SSL.

I read this post: http://www.snbforums.com/threads/ssl-on-transmission-web-client.23476/ but I won't be able to make it work.

First of all, I tried to modify the lighttpd.conf adding some lines, but it didn't work. Then, I installed (via opkg) lighttpd and used this code:

Code:
sleep 30
killall lighttpd
echo 'include "/jffs/configs/lighttpd-transmission.conf"' >> /tmp/lighttpd.conf
/opt/sbin/lighttpd -f /tmp/lighttpd.conf -D
logger SERVICES-START script: SSL proxy set for transmission daemon

So I force to start the "/opt/sbin/lighttpd" instead of the asus one (located in /usr/sbin/lighttpd). But the transmission web didn't work (even without https).

Is there any way to make it work together without breaking the asus cloud thing?
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top