Configure subsonic to use HTTPS on ubuntu.

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 ^_^
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 ^_^