-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[SOLVED] Problem HTTPS (Mixed Content) #549
Comments
IIRC |
So, the problem is with webui-aria2? If so, how can this be resolved? |
For now, only #417 way works nobly. |
Thanks...but I noticed that this problem has been around for a long time ... why hasn't it "been solved" yet? |
This project was switched to modern build system, but no one was familiar with that. The building system requires developer to have the entire node environment, which deactivates potential developers even more. |
@no1xsyzy I finally solved it! But I had to edit the app.js file like this (on the following lines): Before:
After:
Now could you tell me (unfortunately I'm not javascript expert :) ) if something is missing or is it a correct modification? (Obviously the static parameters are the ones I set as they reflect my needs) |
If it works, it is correct. BTW to mark it solved, you are suggest to "close" it instead of change the title. Conversation can continue after closed, as long as collaborators didn't "lock" it, which usually doesn't happen here since owner and collaborators are not so active and there is no bot locker. |
Sorry, you are right :). More than anything else I was waiting for a "definitive" answer to be able to close the issue |
Hi. My configuration of configuration.js:
Configuration of apache (site aria2.conf):
Messages of firefox:
Why does the "Mixed Content" message always appear if everything has been set to a secure connection?
The text was updated successfully, but these errors were encountered: