No vnc-console "Origin header does not match this host."
Hi, I tried to make the dashbord only available via https, this worked out fine with my Juno-Installation, now, with neutron I get a "Failed to connect to server (code: 1006)" when I want to connect to the console of an Instance. What I did is: edit the ssl.conf on the controller-node:
ProxyRequests Off
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
ProxyPass /vnc_auto.html http://10.250.2.5:6080/vnc_auto.html
ProxyPassReverse /vnc_auto.html http://10.250.2.5:6080/vnc_auto.html
ProxyPass /websockify ws://10.250.2.5:6080/websockify retry=3
ProxyPassReverse /websockify ws://10.250.2.5:6080/websockify retry=3
ProxyPass /include/ http://10.250.2.5:6080/include/
ProxyPassReverse /include/ http://10.250.2.5:6080/include/
and edited the nova.conf on the compute node:
novncproxy_base_url = https://real.name.of.the.webserver/vnc_auto.html
When I try to open a console on the dashboard it doesn't work, and /var/log/nova/nova-novncproxy.log reports:
2016-03-18 16:34:37.248 23974 INFO oslo.messaging._drivers.impl_rabbit [req-e88d98ff-7fd9-438f-821f-83267703d04d - - - - -] Connecting to AMQP server on ctrl2:5672
2016-03-18 16:34:37.263 23974 INFO oslo.messaging._drivers.impl_rabbit [req-e88d98ff-7fd9-438f-821f-83267703d04d - - - - -] Connected to AMQP server on ctrl2:5672
2016-03-18 16:34:37.342 23974 INFO nova.console.websocketproxy [req-e88d98ff-7fd9-438f-821f-83267703d04d - - - - -] handler exception: Origin header does not match this host.
Could somebody be so nice and bring some light into this? ATB daubler