laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.86k stars 656 forks source link

Horizon is serving files through http on https website #613

Closed darki73 closed 5 years ago

darki73 commented 5 years ago

- Horizon Version: 3.2.2 - Laravel Version: 5.8.22 - PHP Version: 7.3.5 - Redis Driver & Version: predis/phpredis 1.1.1 - Database Driver & Version: MariaDB 10.4

Description:

Annotation 2019-06-13 152853 This is the reason i've created this pull request. Third installation, and still the same error.

Website is NOT local (well, it is local, however, it resolves to the real domain name), APP_URL starts with https://, yet it still tries to resolve the css and js files through http://.

Steps To Reproduce:

Fresh installation on fresh Laravel installation

driesvints commented 5 years ago

I don't think this has anything to do with Horizon but rather the way your web server handles the requests. It's probably better if you ask this question on a support channel because you'll have a higher chance that someone could help you out to figure which thing is affecting your local setup.

If you can actually identify this as a bug, feel free to report back and I'll gladly help you out and re-open this issue.

Thanks!