Hello,
with fireedge endpoints activated in /etc/one/sunstone-server.conf, when I try to vnc to a VM from webbrowser, I get a message “TUNNEL_ERROR”. Unfortunately, the error does not appear in sunstone.log, fireedge.{log,error} or novnc.log, so that I cannot get detailed information about what is going wrong. The only unusual thing in my configuration is that I am using lighttpd to proxy the traffic over ssl, and I am quite sure that all required ports are not blocked by a firewall.
The following lines in my fireedge-server.conf define the ip and port to listen on:
host: ‘127.0.0.1’
port: 2615
These two lines in my sunstone-server.conf define the fireedge endpoints:
:private_fireedge_endpoint: http://localhost:2615
:public_fireedge_endpoint: https://www.example.com:2616
lighthttpd proxies request to port 2616 to port 2615.
Any ideas what is wrong?
Regards
Christoph