eve-ng and NGINX
Posted: Thu Dec 13, 2018 7:58 am
Hello,
I have configured external access to my eve lab via NGINX. It was working like a charm. After the upgrade to eve-ng 2.0.4-98-PRO I can still access LAB, login, create topology do all the changes when logged via HTML5 console. Only issue now is, when i want to manage device, now instead of new tab, new small windows opens for console. I have there black screen and on down right side message: The network connection to the Guacamole server appears unstable. I believe this is issue with mu NGINX config as after the last upgrade EVE-ng interface changed and I didn't reflect the changes... Here is extract of NGINX config what was working before upgrade.
location / {
proxy_pass https://xxxxx.xxxxx..sk;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
PS: I am not pasting here security stuff etc, above is only extract for eve-ng.
Thank you for any help....
I have configured external access to my eve lab via NGINX. It was working like a charm. After the upgrade to eve-ng 2.0.4-98-PRO I can still access LAB, login, create topology do all the changes when logged via HTML5 console. Only issue now is, when i want to manage device, now instead of new tab, new small windows opens for console. I have there black screen and on down right side message: The network connection to the Guacamole server appears unstable. I believe this is issue with mu NGINX config as after the last upgrade EVE-ng interface changed and I didn't reflect the changes... Here is extract of NGINX config what was working before upgrade.
location / {
proxy_pass https://xxxxx.xxxxx..sk;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
PS: I am not pasting here security stuff etc, above is only extract for eve-ng.
Thank you for any help....