-
Notifications
You must be signed in to change notification settings - Fork 66
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
Error 403 on web UI #205
Comments
Hi :) |
Hi @anthonyraymond and thank you for your work! It looks better, but I now have this message on the web page (using chrome): I have a 400 error in chrome network console |
You should not include "https://" in the host field of the connection form. It may be your issue |
Unfortunately it makes no change. I'll also try to find information on Synology forum. |
Are you behind a reverse proxy? |
No I am in local network, directly on the router. |
Similar problem for me. I ssh to a local server on 192.168.1.20, launch the process with the command: java -jar jack-of-all-trades-2.1.36.jar --joal-conf="/home/silvus/path/" --spring.main.web-environment=true --server.port=9093 --joal.ui.path.prefix="SECRET_OBFUSCATION_PATH" --joal.ui.secret-token="SECRET_TOKEN" When I access http://192.168.1.20:9093/SECRET_OBFUSCATION_PATH , I got an HTTP 400 Response Here are the logs:
EDIT: The solution was to go to http://192.168.1.20:9093/SECRET_OBFUSCATION_PATH/ui |
Hi all, I have a similar issue Synology Docker Install with --joal-conf="/data" --spring.main.web-environment=true --server.port="9000" --joal.ui.path.prefix="joalobscure" --joal.ui.secret-token="210101" But when I try to access the UI via Chrome : http://192.168.1.3:9000/joalobscure/ui or http://192.168.1.3:9000/joalobscure, with or https or http, I get a ERR_CONNECTION_RESET If someone manage to do a clean step by step install of Joal on Synology, this would be great to have it detailed somewhere :). If I am successful, I will do it ! Thank you |
@fredlngtt I found a tuto here on synology |
Hi,
Thank you for this project I'm already using on windows. I would like to run Joal on my synology with docker.
I have other containers working well, and I think Joal installation is OK, except the fact that I have an error 403 on web UI. (using Chrome)
Execution command is from #77 Installation with Docker GUI (Synology):
--joal-conf="/data" --spring.main.web-environment=true --server.port="9000" --joal.ui.path.prefix="joal" --joal.ui.secret-token="04500796"
I configured ports:
![ports](https://private-user-images.githubusercontent.com/134169191/239708668-bc48d8d3-94d9-451c-ba98-5fbb135f8295.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNDU5OTksIm5iZiI6MTczOTA0NTY5OSwicGF0aCI6Ii8xMzQxNjkxOTEvMjM5NzA4NjY4LWJjNDhkOGQzLTk0ZDktNDUxYy1iYTk4LTVmYmIxMzVmODI5NS5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQyMDE0NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01YTY1NjM4NzcxODQ4NzBjZGIxNTE2N2U1ZGMwMTVlNzk1OGViZmVkMWJhYTgwYjgxOWJmNmQ5YzU1M2MwN2E2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.fOvJEuz5-UqJ7tH4g1J62BsgrZdqQbqNbbn8lmqJsEE)
After that it seems that joal container is working well but I can't access the UI at this adress:
"http://XXX.XXX.X.XXX:9005/joal/04500796"
Connection end with error 403.
I have no error in joal log (only info)
Any idea? I hope my error is simple to find...
Another point. I never understood what to do with "jack-of-all-trades-2.1.33.jar" file.
Thanks
The text was updated successfully, but these errors were encountered: