You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you very much for sharing the script, it helps us a lot.
I can control OpenSTF in its development setup -- compile it from source, modify its code and run it with "stf local" command. Now, I want to deploy it in a more scalable setup and I find your script very helpful.
I run your script and all docker containers are up -- all logs show that the services are listening to correct ports. However, when I type localhost:3100 on my web browser, the authentication page is not loaded.
I check the logs of nginx web server and find that it can receive the request from web browser. Following line is the request.
Hello,
Thank you very much for sharing the script, it helps us a lot.
I can control OpenSTF in its development setup -- compile it from source, modify its code and run it with "stf local" command. Now, I want to deploy it in a more scalable setup and I find your script very helpful.
I run your script and all docker containers are up -- all logs show that the services are listening to correct ports. However, when I type localhost:3100 on my web browser, the authentication page is not loaded.
I check the logs of nginx web server and find that it can receive the request from web browser. Following line is the request.
10.0.2.15 - - [05/Nov/2017:13:50:55 +0000] "GET /auth/mock/ HTTP/1.1" 499 0 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0"
Could you please give me some suggestion to fix this problem. FYI, I am testing the setup on a VirtualBox VM running Ubuntu 16.04 64 bit.
Many thanks!
The text was updated successfully, but these errors were encountered: