I'm trying to do:
I want to test the function of django application with selenium, behave and behave-django.
Also, I want to check the flow of execution of selenium by accessing the vnc server (vnc://localhost:5900).
The problem:
The vnc server refuses the access to the localhost. But, I can access the other websites, for exmaple, https://www.google.com/.
Also, nothing is displayed in the reverse-proxy log. So I thought that reverse-proxy was not working well, but I do not know the solution.
Can anyone tell me the solution or clues?
Details of the questions are summarized in stackoverflow.
Can anyone answer this?
https://stackoverflow.com/q/54195889/10680292