-
Notifications
You must be signed in to change notification settings - Fork 23
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
Using apache2 as proxy with certbot ssl creates broken login #27
Comments
I am having the same issue using HAProxy and running into the same issue. Seems something with apache on the core container isn't getting set up right just changing apache port to 80 and supplying the hostname. |
I got the same problem with Nginx. |
Did you check the zendphp logs? I had a similar issue and it was due to CORS. |
That was it. Thank you. |
Hi How to fix the problem with CORS? |
Via ip login, go to preference, scroll down to |
When I login from the actual ip it works or when it is not using https.
I tried a using certbot with apache and well... this is essentially what I got when I try in login an error occurs. (I can still use IP address to login)
Here is my apache .conf file
Also I have
EXTERNAL_HOSTNAME=pond.mydomain.org
for libretime.Is there something that i need to add to the apache2 .conf file?
The text was updated successfully, but these errors were encountered: