https does not work

Post your Server Bug Report
illumilore
Posts: 8
Joined: 17 Aug 2015, 23:59
Has thanked: 0
Been thanked: 4 times

https does not work

Unread post 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.
gurutech
Contributor
Contributor
Posts: 323
Joined: 02 Jan 2013, 04:56
Has thanked: 11 times
Been thanked: 105 times

Re: https does not work

Unread post by gurutech »

If you are running this on Linux, you will need to open the 4443 port on the OS firewall.
jake-
Posts: 31
Joined: 21 Jun 2013, 16:42
Has thanked: 13 times
Been thanked: 15 times

Re: https does not work

Unread post 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 ...
illumilore
Posts: 8
Joined: 17 Aug 2015, 23:59
Has thanked: 0
Been thanked: 4 times

Re: https does not work

Unread post 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.
Post Reply