Page 1 of 1

Configure subsonic to use HTTPS on ubuntu.

PostPosted: Sun May 17, 2015 3:52 am
by ghost3994
Hello everyone

Forgive the noobness first time installing this was last night.

system:
Ubuntu 15.04

I'm trying to set the http and https ports per the guide on the main website


Opened the config file located in /etc/default/subsonic
added the arguments to the list as follows

SUBSONIC_ARGS="--port=80"
SUBSONIC_ARGS="--https-port=443"

saved the files and restarted the service

when trying to access from http I get unable to connect
When trying to access from https i get the following page

HTTP ERROR: 404

NOT_FOUND

RequestURI=/

Powered by jetty://

Any help would be much appreciated ^_^

Re: Configure subsonic to use HTTPS on ubuntu.

PostPosted: Sun May 17, 2015 10:11 pm
by gurutech
Are the proper ports open on your firewall?