-
Notifications
You must be signed in to change notification settings - Fork 224
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
HTTPs? #374
Comments
@qschmick Can you help with this one? |
@eFlowMedia Is you value:
or
It should be the latter. This is a Laravel thing |
Its - APP_URL="https://somedomain.com" The crons are working, its just when I try to run them manually the link goes to http instead of https - ex "http://domain//totem/tasks/2/execute" |
hi, is there any solution for this? I faced this issue as well |
Yes, I found the issue was because we were using Cloudflare. The solution is here... I had to use "*" in order to get it to work, but solved my problem. |
So Ive set this up quite a few times, and every time I make sure that the site APP_URL="https://somedomain.com" prior to publishing and copying assets. (Note the https) But when I go to manually execute a task I get this error...
app.js:7 Mixed Content: The page at 'https://....com/totem/tasks' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http:/....com/totem/tasks/1/execute'. This request has been blocked; the content must be served over HTTPS.
How do I force totem to use https? Do I need to do something before I install it to tell it to use https?
The text was updated successfully, but these errors were encountered: