Page 1 of 1

Possible to run SSL along with non-SSL at the same time?

PostPosted: Sun Dec 09, 2018 2:57 am
by MikeLegit
I just got some new chromecasts that won't work on SSL without a trusted certificate. I run SSL on subsonic because I connect external through a router and forward to 4041. If I turn SSL off and go back to 4040, chromecast works fine.

Is it possible to allow connections on 4040 and SSL 4041 at the same time? All my internal machines (192.168.1.x) would connect via 4040 and chromecasts would work fine, while at the same time all external users would hit the ssl 4041. I currently have it set to use both ports, but when I connect to 4040 it promptly moves it to SSL 4041.

Code: Select all
SUBSONIC_HOME=/var/subsonic
SUBSONIC_HOST=0.0.0.0
SUBSONIC_PORT=4040
SUBSONIC_HTTPS_PORT=4041
SUBSONIC_CONTEXT_PATH=/
SUBSONIC_MAX_MEMORY=250
SUBSONIC_PIDFILE=
SUBSONIC_DEFAULT_MUSIC_FOLDER=/share/Music
SUBSONIC_DEFAULT_PODCAST_FOLDER=/share/Music/Podcast
SUBSONIC_DEFAULT_PLAYLIST_FOLDER=/share/Music

Re: Possible to run SSL along with non-SSL at the same time?

PostPosted: Tue Dec 11, 2018 6:49 pm
by josquin
Did you consider get a valid certificate using something like letsencrypt?

Re: Possible to run SSL along with non-SSL at the same time?

PostPosted: Wed Dec 12, 2018 2:00 am
by MikeLegit
I run Subsonic on a QNAP NAS internally on 192.168.1.x. Is it possible to get a letsencrypt cert on the internal NAS that could act as a google trusted cert?

-ML

Re: Possible to run SSL along with non-SSL at the same time?

PostPosted: Wed Dec 12, 2018 9:27 pm
by josquin
As far I know the QNAP’s OS is Linux based so.. I guess it’s possible.

You will find some post on the forum talking about that.
You may eventually start here viewtopic.php?f=3&t=17316&p=74274#p74274

Jo