Curl operation times out
static code analysis, to find/track sinks and bugs
Brought to you by:
r41d3n
Originally created by: The-legend3
So I followed you installation instructions and for some reason the curl post keeps timing out. Not sure what the issue might be.
/tools/codecat/Backend# python3 wsgi.py &
[1] 1745
root@kali:~/tools/codecat/Backend# * Serving Flask app "application" (lazy loading)
/tools/codecat/Backend# python3 wsgi.py &
[1] 1745
root@kali:~/tools/codecat/Backend# * Serving Flask app "application" (lazy loading)
~/tools/codecat# curl -i -X POST -H "Content-Type: application/json" -d '{"email":"admin2@test.com","username":"admin","password":"rubrik123"}' https://0.0.0.0:5001/api/users -k
curl: (28) Operation timed out after 300644 milliseconds with 0 out of 0 bytes received
Originally posted by: CoolerVoid
I test on ubuntu and fedora, look that following:
On dir of backend give recursive permissions to write...
here return ok...
Do you have any error log ?
Originally posted by: CoolerVoid
Other dont use ip 0.0.0.0... use 127.0.0.1
Any doubt, i am here to help.
Originally posted by: dwisiswant0
Same here:
Originally posted by: CoolerVoid
TOday i test on Last version of ubuntu, runs ok i follow readme.md step by step...
update your repository and try again please