QNAP QAirPlay and standalone web applications not accessible on port 8081
Probably with firmware 4.0.2 or 4.0.5 I have lost possibility to run music station and QAirPlay and other applications which run on secure port 8081. I have tracked the problem down to the fact, that /etc/config/apache/extra/apache-ssl.conf
is not included. Looking at /etc/init.d/Qthttpd.sh
I have discovered, that it is because /sbin/getcfg QWEB Enable_SSL -u -d NULL
returns 0 instead of expected 1. I have fixed the problem by running:
/sbin/setcfg QWEB Enable_SSL 1
/etc/init.d/Qthttpd.sh restart
Now apache listens on por 8081 again and I can run QNAP applications. About two hours of lost time by Googling a solution. Proper answer was missing. There have not been any nonstandard changes on my side, I just wanted to run everything on secure ports.
I ran into same problem after upgrade to 4.0.5.
Thanks to google I found your fix. It worked well for me too. Thanks for sharing!
Rob