Page 1 of 1

https does not work

Posted: 17 Dec 2015, 22:31
by illumilore
After following the instructions to enable https by changing the config file line for the args to MADSONIC_ARGS="--port 4040 --https-port=4443 --init-memory=300 --max-memory=1050", when accessing the https port, the web browser is never able to connect.

Re: https does not work

Posted: 17 Dec 2015, 22:57
by gurutech
If you are running this on Linux, you will need to open the 4443 port on the OS firewall.

Re: https does not work

Posted: 18 Dec 2015, 10:32
by jake-
illumilore wrote:After following the instructions to enable https by changing the config file line for the args to MADSONIC_ARGS="--port 4040 --https-port=4443 --init-memory=300 --max-memory=1050", when accessing the https port, the web browser is never able to connect.
Maybe a typo because https port is 443 not 4443?

https://your.host/ for 443
https://your.host:4443/ for 4443

only to be sure this is what you had in mind ...

Re: https does not work

Posted: 21 Dec 2015, 00:56
by illumilore
4443 is what I set the https port to be in /etc/sysconfig/madsonic, since 443 is already used. I have checked the firewall to make sure that is open. In the madsonic_sh.log, there is no mention of it running on port 4443, only on 4040.