-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BookStack CSS not loading behind letsencrypt reverse proxy #1204
Comments
Hi @secondsunrise, In your post you mentioned setting |
Yep, that must be the issue, I double checked the command that the
EDIT: I got it working. For anyone who comes across this problem in the future, these are the steps I had to take:
|
Describe the bug
This issue is similar to #801, #277, #272
I am setting up my BookStack docker behind a letsencrypt reverse proxy, but when I try to access the URL to login (https://bookstack.mydomain.com/login), the CSS does not load correctly which causes Mixed Content problems (see screenshot 1 and Additional context below).
Steps To Reproduce
I've tried several different variations of the BookStack
APPURL
but they either produce the same results or do not work at all:My letsencrypt entry for BookStack (I use this same block of code for several different web apps that are served up from letsencrypt so I know that it works, or should work):
I've also tried editing the
proxy_pass
line tohttps://10.0.0.3:6875/
but that just kills the page.Expected behavior
Correct loading of CSS & normal login screen (see screen shot 2 below)
Screenshots
What I see from https://bookstack.mydomain.com/login
What I see locally from http://10.0.0.3:6875/login
Your Configuration (please complete the following information):
Additional context
Mixed Content errors:
The text was updated successfully, but these errors were encountered: