mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #462] Not working with forced HTTPS #324
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @verttex on GitHub (Sep 23, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/462
Hey I'm a bit new to this whole thing but I got through the install process and have it running on mydomain.me:8000. What I am trying to do is have a subdomain point to that address which I have setup, something along the lines of music.mydomain.me.
Right now if I go to that subdomain it shows a white screen and checking the networking tool in chrome shows that I'm getting connections refused because Koel is requesting files through HTTP. I am using Caddy as my webserver and have not found an option to do 'Override ALL' as said in #360. Is there a way to use HTTPS natively with Koel or is this something I'm going to have to go to the Caddy people for?
Thanks!
@phanan commented on GitHub (Sep 23, 2016):
Koel is just another PHP installation, so as long as you can run HTTPS+PHP in Caddy (I'm sure you can!), you can do HTTPS Koel. Something like this (I'm don't use Caddy, so fix where you need):
@verttex commented on GitHub (Sep 23, 2016):
It was recommended to me to use Caddy's fastcgi directive for this, but I went ahead and tried that out for the Caddyfile:
and I just got the default PHP file:
And this is while Koel is running at mydomain.me:8000
@phanan commented on GitHub (Sep 24, 2016):
mydomain.me:8000works because it's PHP's internal server. music.mydomain.me doesn't, because you haven't configured your system correctly to run PHP with fastcgi. Please google how to, since I don't use Caddy.