Page 1 of 1

would like to use HTTP and HTTPS (HTTP redirects to HTTPS)

PostPosted: Sat Jun 03, 2017 11:24 pm
by envoy510
Any way to get HTTP not to redirect to HTTPS? Here are my params:

Code: Select all
SUBSONIC_HOME=/var/subsonic
SUBSONIC_HOST=0.0.0.0
SUBSONIC_PORT=4040
SUBSONIC_HTTPS_PORT=7777
SUBSONIC_CONTEXT_PATH=/
SUBSONIC_MAX_MEMORY=200
SUBSONIC_PIDFILE=
SUBSONIC_DEFAULT_MUSIC_FOLDER=/me/tplex/content/mp3/
SUBSONIC_DEFAULT_PODCAST_FOLDER=/me/tplex/content/mp3/Podcasts/
SUBSONIC_DEFAULT_PLAYLIST_FOLDER=/me/tplex/content/mp3/playlists/

Re: would like to use HTTP and HTTPS (HTTP redirects to HTTP

PostPosted: Mon Jun 05, 2017 12:42 pm
by acroyear
I would like this support as well (no auto-redirect to https). The reason is that my app, on some platforms (Amazon Fire in particular) doesn't work when going to sites with self-signed certs. The platform literally shuts the app down entirely when the connection attempt is made and i have no way to detect it or stop it from happening. It would be nice if for those situations, the http layer could still be used.