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:
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?
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?