Re: [foreman-users] Re: WebSock error: [object Event]

2017-10-27 Thread subramaniyan.R
Hi Lukas,
  while trying to connect the console im getting the error. i have
modified two files for console listed below and i have tried in firefox and
chrome also but doesn't work for me.

vim /etc/httpd/conf.d/05-foreman-ssl.conf

  ## SSL directives
  SSLEngine on
  SSLCertificateFile  "/etc/puppetlabs/puppet/ssl/certs/newcert.pem"
  SSLCertificateKeyFile
 "/etc/puppetlabs/puppet/ssl/private_keys/localkey.pem"
  SSLCertificateChainFile "/etc/puppetlabs/puppet/ssl/certs/chain.pem"
  SSLVerifyClient optional
  SSLCACertificateFile"/etc/puppetlabs/puppet/ssl/certs/ca.pem"
  SSLCARevocationFile "/etc/puppetlabs/puppet/ssl/crl.pem"
  SSLVerifyDepth  3


 vi /etc/foreman/settings.yaml

# Websockets
:websockets_encrypt: true
:websockets_ssl_key: /etc/puppetlabs/puppet/ssl/private_keys/localkey.pem
:websockets_ssl_cert: /etc/puppetlabs/puppet/ssl/certs/newcert.pem

# SSL-settings












 Regards,

Subramaniyan.R

On Fri, Oct 27, 2017 at 1:56 PM, Lukas Zapletal  wrote:

> Please read and copy paste all lines from Troubleshooting and Known
> Issues section and make note to each of them, if you tested this and
> how.
>
> I can hardly help you - all I need is "it does not work". But 90% of
> issues are listed here ^^^
>
> On Thu, Oct 26, 2017 at 4:36 PM, subramaniyan.R 
> wrote:
> > Hi Lzap,
> >   Thanka for your reply. I'm following the same article,but not able to
> get
> > the console for libvirt, getting the same error.can you help me to trace
> the
> > issue?
> >
> > On Oct 26, 2017 7:25 PM, "Lukas Zapletal"  wrote:
> >
> > Please read:
> >
> > https://theforeman.org/manuals/1.15/index.html#7.1NoVNC
> >
> > and follow the instructions there.
> >
> > LZ
> >
> > On Thu, Oct 26, 2017 at 7:04 AM, Subramaniyan .R 
> wrote:
> >> i have used libvirt,
> >>
> >> On Wednesday, 25 October 2017 19:14:34 UTC+5:30, Lukas Zapletal wrote:
> >>>
> >>> What compute resource is it? This will only work with libvirt and
> >>> oVirt/RHEV I believe.
> >>>
> >>> LZ
> >>>
> >>> On Tue, Oct 24, 2017 at 8:28 AM, Subramaniyan .R 
> >>> wrote:
> >>> > Hi All,
> >>> >Can any one help me on this below error ?   "WebSock error:
> [object
> >>> > Event]" error.
> >>> >
> >>> >
> >>> > 2017-10-24 11:54:18 efa2e55c [app] [D] Starting VNC Proxy:
> >>> > /usr/share/foreman/extras/noVNC/websockify.py --daemon
> >>> > --idle-timeout=120
> >>> > --timeout=120 5913 kvm.radisys.com:5907 --cert
> >>> > /etc/puppetlabs/puppet/ssl/certs/certnew.pem --key
> >>> > /etc/puppetlabs/puppet/ssl/private_keys/my-private-key.pem
> >>> > 2017-10-24 11:54:18 efa2e55c [app] [D] [WARNING: no 'numpy' module,
> >>> > HyBi
> >>> > protocol will be slower
> >>> >  |
> >>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error: WebSocket
> server
> >>> > settings:
> >>> >  |
> >>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Listen on
> >>> > :5913
> >>> >  |
> >>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Flash
> >>> > security
> >>> > policy server
> >>> >  |
> >>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - SSL/TLS
> >>> > support
> >>> >  |
> >>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   -
> >>> > Backgrounding
> >>> > (daemon)
> >>> >
> >>> >
> >>> > Regards,
> >>> > Subramaniyan.R
> >>> >
> >>> >
> >>> > On Wednesday, 11 June 2014 17:26:16 UTC+5:30, Jorick Astrego wrote:
> >>> >>
> >>> >> Hi,
> >>> >>
> >>> >> After hooking up a libvirt server to foreman I'm unable to access
> the
> >>> >> VNC console. I already checked everything from
> >>> >> http://theforeman.org/manuals/1.5/index.html#7.1NoVNC but I still
> get
> >>> >> the "WebSock error: [object Event]" error.
> >>> >>
> >>> >> I've set "network.websocket.allowInsecureFromHTTPS" to true on
> >>> >> firefox-29.0.1-1.fc20.x86_64 and telnet to the vnc port is working
> >>> >> from
> >>> >> both my workstation and the foreman server. Also there is a
> >>> >> websocket.py
> >>> >> running and the port is connectable with telnet.
> >>> >>
> >>> >> I cannot test chrome because the "Allow insecure WebSocket from
> https
> >>> >> origin" option is not available in chromium 34 which is the latest I
> >>> >> get
> >>> >> from a repo.
> >>> >>
> >>> >> Also tried it on a windows 7 machine with chrome with the same
> error.
> >>> >>
> >>> >> Anything else I can do to debug?
> >>> >>
> >>> >> Kind regards,
> >>> >>
> >>> >> Jorick Astrego
> >>> >> Netbulae B.V.
> >>> >>
> >>> > --
> >>> > You received this message because you are subscribed to the Google
> >>> > Groups
> >>> > "Foreman users" group.
> >>> > To unsubscribe from this group and stop receiving emails from it,
> send
> >>> > an
> >>> > email to foreman-user...@googlegroups.com.
> >>> > To post to this group, send email to forema...@googlegroups.com.
> >>> > Visit this group at https://groups.google.com/group/foreman-users.
> >>> > For more options, visit 

Re: [foreman-users] Re: WebSock error: [object Event]

2017-10-27 Thread Lukas Zapletal
Please read and copy paste all lines from Troubleshooting and Known
Issues section and make note to each of them, if you tested this and
how.

I can hardly help you - all I need is "it does not work". But 90% of
issues are listed here ^^^

On Thu, Oct 26, 2017 at 4:36 PM, subramaniyan.R  wrote:
> Hi Lzap,
>   Thanka for your reply. I'm following the same article,but not able to get
> the console for libvirt, getting the same error.can you help me to trace the
> issue?
>
> On Oct 26, 2017 7:25 PM, "Lukas Zapletal"  wrote:
>
> Please read:
>
> https://theforeman.org/manuals/1.15/index.html#7.1NoVNC
>
> and follow the instructions there.
>
> LZ
>
> On Thu, Oct 26, 2017 at 7:04 AM, Subramaniyan .R  wrote:
>> i have used libvirt,
>>
>> On Wednesday, 25 October 2017 19:14:34 UTC+5:30, Lukas Zapletal wrote:
>>>
>>> What compute resource is it? This will only work with libvirt and
>>> oVirt/RHEV I believe.
>>>
>>> LZ
>>>
>>> On Tue, Oct 24, 2017 at 8:28 AM, Subramaniyan .R 
>>> wrote:
>>> > Hi All,
>>> >Can any one help me on this below error ?   "WebSock error: [object
>>> > Event]" error.
>>> >
>>> >
>>> > 2017-10-24 11:54:18 efa2e55c [app] [D] Starting VNC Proxy:
>>> > /usr/share/foreman/extras/noVNC/websockify.py --daemon
>>> > --idle-timeout=120
>>> > --timeout=120 5913 kvm.radisys.com:5907 --cert
>>> > /etc/puppetlabs/puppet/ssl/certs/certnew.pem --key
>>> > /etc/puppetlabs/puppet/ssl/private_keys/my-private-key.pem
>>> > 2017-10-24 11:54:18 efa2e55c [app] [D] [WARNING: no 'numpy' module,
>>> > HyBi
>>> > protocol will be slower
>>> >  |
>>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error: WebSocket server
>>> > settings:
>>> >  |
>>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Listen on
>>> > :5913
>>> >  |
>>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Flash
>>> > security
>>> > policy server
>>> >  |
>>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - SSL/TLS
>>> > support
>>> >  |
>>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   -
>>> > Backgrounding
>>> > (daemon)
>>> >
>>> >
>>> > Regards,
>>> > Subramaniyan.R
>>> >
>>> >
>>> > On Wednesday, 11 June 2014 17:26:16 UTC+5:30, Jorick Astrego wrote:
>>> >>
>>> >> Hi,
>>> >>
>>> >> After hooking up a libvirt server to foreman I'm unable to access the
>>> >> VNC console. I already checked everything from
>>> >> http://theforeman.org/manuals/1.5/index.html#7.1NoVNC but I still get
>>> >> the "WebSock error: [object Event]" error.
>>> >>
>>> >> I've set "network.websocket.allowInsecureFromHTTPS" to true on
>>> >> firefox-29.0.1-1.fc20.x86_64 and telnet to the vnc port is working
>>> >> from
>>> >> both my workstation and the foreman server. Also there is a
>>> >> websocket.py
>>> >> running and the port is connectable with telnet.
>>> >>
>>> >> I cannot test chrome because the "Allow insecure WebSocket from https
>>> >> origin" option is not available in chromium 34 which is the latest I
>>> >> get
>>> >> from a repo.
>>> >>
>>> >> Also tried it on a windows 7 machine with chrome with the same error.
>>> >>
>>> >> Anything else I can do to debug?
>>> >>
>>> >> Kind regards,
>>> >>
>>> >> Jorick Astrego
>>> >> Netbulae B.V.
>>> >>
>>> > --
>>> > You received this message because you are subscribed to the Google
>>> > Groups
>>> > "Foreman users" group.
>>> > To unsubscribe from this group and stop receiving emails from it, send
>>> > an
>>> > email to foreman-user...@googlegroups.com.
>>> > To post to this group, send email to forema...@googlegroups.com.
>>> > Visit this group at https://groups.google.com/group/foreman-users.
>>> > For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>>
>>> --
>>> Later,
>>>   Lukas @lzap Zapletal
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Foreman users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to foreman-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to foreman-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/foreman-users.
>> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> Later,
>   Lukas @lzap Zapletal
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Foreman users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/foreman-users/JSxObqrbXKE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> foreman-users+unsubscr...@googlegroups.com.
> To post to this group, send email to foreman-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/foreman-users.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Foreman users" group.
> To unsubscribe from this group 

Re: [foreman-users] Re: WebSock error: [object Event]

2017-10-26 Thread subramaniyan.R
Hi Lzap,
  Thanka for your reply. I'm following the same article,but not able to get
the console for libvirt, getting the same error.can you help me to trace
the issue?

On Oct 26, 2017 7:25 PM, "Lukas Zapletal"  wrote:

Please read:

https://theforeman.org/manuals/1.15/index.html#7.1NoVNC

and follow the instructions there.

LZ

On Thu, Oct 26, 2017 at 7:04 AM, Subramaniyan .R  wrote:
> i have used libvirt,
>
> On Wednesday, 25 October 2017 19:14:34 UTC+5:30, Lukas Zapletal wrote:
>>
>> What compute resource is it? This will only work with libvirt and
>> oVirt/RHEV I believe.
>>
>> LZ
>>
>> On Tue, Oct 24, 2017 at 8:28 AM, Subramaniyan .R 
>> wrote:
>> > Hi All,
>> >Can any one help me on this below error ?   "WebSock error: [object
>> > Event]" error.
>> >
>> >
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] Starting VNC Proxy:
>> > /usr/share/foreman/extras/noVNC/websockify.py --daemon
>> > --idle-timeout=120
>> > --timeout=120 5913 kvm.radisys.com:5907 --cert
>> > /etc/puppetlabs/puppet/ssl/certs/certnew.pem --key
>> > /etc/puppetlabs/puppet/ssl/private_keys/my-private-key.pem
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] [WARNING: no 'numpy' module,
HyBi
>> > protocol will be slower
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error: WebSocket server
>> > settings:
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Listen on
>> > :5913
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Flash
>> > security
>> > policy server
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - SSL/TLS
>> > support
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   -
Backgrounding
>> > (daemon)
>> >
>> >
>> > Regards,
>> > Subramaniyan.R
>> >
>> >
>> > On Wednesday, 11 June 2014 17:26:16 UTC+5:30, Jorick Astrego wrote:
>> >>
>> >> Hi,
>> >>
>> >> After hooking up a libvirt server to foreman I'm unable to access the
>> >> VNC console. I already checked everything from
>> >> http://theforeman.org/manuals/1.5/index.html#7.1NoVNC but I still get
>> >> the "WebSock error: [object Event]" error.
>> >>
>> >> I've set "network.websocket.allowInsecureFromHTTPS" to true on
>> >> firefox-29.0.1-1.fc20.x86_64 and telnet to the vnc port is working
from
>> >> both my workstation and the foreman server. Also there is a
>> >> websocket.py
>> >> running and the port is connectable with telnet.
>> >>
>> >> I cannot test chrome because the "Allow insecure WebSocket from https
>> >> origin" option is not available in chromium 34 which is the latest I
>> >> get
>> >> from a repo.
>> >>
>> >> Also tried it on a windows 7 machine with chrome with the same error.
>> >>
>> >> Anything else I can do to debug?
>> >>
>> >> Kind regards,
>> >>
>> >> Jorick Astrego
>> >> Netbulae B.V.
>> >>
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Foreman users" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to foreman-user...@googlegroups.com.
>> > To post to this group, send email to forema...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/foreman-users.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> Later,
>>   Lukas @lzap Zapletal
>
> --
> You received this message because you are subscribed to the Google Groups
> "Foreman users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to foreman-users+unsubscr...@googlegroups.com.
> To post to this group, send email to foreman-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/foreman-users.
> For more options, visit https://groups.google.com/d/optout.



--
Later,
  Lukas @lzap Zapletal

--
You received this message because you are subscribed to a topic in the
Google Groups "Foreman users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/foreman-users/JSxObqrbXKE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscr...@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-users+unsubscr...@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-users] Re: WebSock error: [object Event]

2017-10-26 Thread Lukas Zapletal
Please read:

https://theforeman.org/manuals/1.15/index.html#7.1NoVNC

and follow the instructions there.

LZ

On Thu, Oct 26, 2017 at 7:04 AM, Subramaniyan .R  wrote:
> i have used libvirt,
>
> On Wednesday, 25 October 2017 19:14:34 UTC+5:30, Lukas Zapletal wrote:
>>
>> What compute resource is it? This will only work with libvirt and
>> oVirt/RHEV I believe.
>>
>> LZ
>>
>> On Tue, Oct 24, 2017 at 8:28 AM, Subramaniyan .R 
>> wrote:
>> > Hi All,
>> >Can any one help me on this below error ?   "WebSock error: [object
>> > Event]" error.
>> >
>> >
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] Starting VNC Proxy:
>> > /usr/share/foreman/extras/noVNC/websockify.py --daemon
>> > --idle-timeout=120
>> > --timeout=120 5913 kvm.radisys.com:5907 --cert
>> > /etc/puppetlabs/puppet/ssl/certs/certnew.pem --key
>> > /etc/puppetlabs/puppet/ssl/private_keys/my-private-key.pem
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] [WARNING: no 'numpy' module, HyBi
>> > protocol will be slower
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error: WebSocket server
>> > settings:
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Listen on
>> > :5913
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Flash
>> > security
>> > policy server
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - SSL/TLS
>> > support
>> >  |
>> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Backgrounding
>> > (daemon)
>> >
>> >
>> > Regards,
>> > Subramaniyan.R
>> >
>> >
>> > On Wednesday, 11 June 2014 17:26:16 UTC+5:30, Jorick Astrego wrote:
>> >>
>> >> Hi,
>> >>
>> >> After hooking up a libvirt server to foreman I'm unable to access the
>> >> VNC console. I already checked everything from
>> >> http://theforeman.org/manuals/1.5/index.html#7.1NoVNC but I still get
>> >> the "WebSock error: [object Event]" error.
>> >>
>> >> I've set "network.websocket.allowInsecureFromHTTPS" to true on
>> >> firefox-29.0.1-1.fc20.x86_64 and telnet to the vnc port is working from
>> >> both my workstation and the foreman server. Also there is a
>> >> websocket.py
>> >> running and the port is connectable with telnet.
>> >>
>> >> I cannot test chrome because the "Allow insecure WebSocket from https
>> >> origin" option is not available in chromium 34 which is the latest I
>> >> get
>> >> from a repo.
>> >>
>> >> Also tried it on a windows 7 machine with chrome with the same error.
>> >>
>> >> Anything else I can do to debug?
>> >>
>> >> Kind regards,
>> >>
>> >> Jorick Astrego
>> >> Netbulae B.V.
>> >>
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Foreman users" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to foreman-user...@googlegroups.com.
>> > To post to this group, send email to forema...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/foreman-users.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> Later,
>>   Lukas @lzap Zapletal
>
> --
> You received this message because you are subscribed to the Google Groups
> "Foreman users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to foreman-users+unsubscr...@googlegroups.com.
> To post to this group, send email to foreman-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/foreman-users.
> For more options, visit https://groups.google.com/d/optout.



-- 
Later,
  Lukas @lzap Zapletal

-- 
You received this message because you are subscribed to the Google Groups 
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-users+unsubscr...@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-users] Re: WebSock error: [object Event]

2017-10-25 Thread Subramaniyan .R
i have used libvirt, 

On Wednesday, 25 October 2017 19:14:34 UTC+5:30, Lukas Zapletal wrote:
>
> What compute resource is it? This will only work with libvirt and 
> oVirt/RHEV I believe. 
>
> LZ 
>
> On Tue, Oct 24, 2017 at 8:28 AM, Subramaniyan .R  > wrote: 
> > Hi All, 
> >Can any one help me on this below error ?   "WebSock error: [object 
> > Event]" error. 
> > 
> > 
> > 2017-10-24 11:54:18 efa2e55c [app] [D] Starting VNC Proxy: 
> > /usr/share/foreman/extras/noVNC/websockify.py --daemon 
> --idle-timeout=120 
> > --timeout=120 5913 kvm.radisys.com:5907 --cert 
> > /etc/puppetlabs/puppet/ssl/certs/certnew.pem --key 
> > /etc/puppetlabs/puppet/ssl/private_keys/my-private-key.pem 
> > 2017-10-24 11:54:18 efa2e55c [app] [D] [WARNING: no 'numpy' module, HyBi 
> > protocol will be slower 
> >  | 
> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error: WebSocket server 
> > settings: 
> >  | 
> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Listen on 
> :5913 
> >  | 
> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Flash 
> security 
> > policy server 
> >  | 
> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - SSL/TLS 
> support 
> >  | 
> > 2017-10-24 11:54:18 efa2e55c [app] [D] VNCProxy Error:   - Backgrounding 
> > (daemon) 
> > 
> > 
> > Regards, 
> > Subramaniyan.R 
> > 
> > 
> > On Wednesday, 11 June 2014 17:26:16 UTC+5:30, Jorick Astrego wrote: 
> >> 
> >> Hi, 
> >> 
> >> After hooking up a libvirt server to foreman I'm unable to access the 
> >> VNC console. I already checked everything from 
> >> http://theforeman.org/manuals/1.5/index.html#7.1NoVNC but I still get 
> >> the "WebSock error: [object Event]" error. 
> >> 
> >> I've set "network.websocket.allowInsecureFromHTTPS" to true on 
> >> firefox-29.0.1-1.fc20.x86_64 and telnet to the vnc port is working from 
> >> both my workstation and the foreman server. Also there is a 
> websocket.py 
> >> running and the port is connectable with telnet. 
> >> 
> >> I cannot test chrome because the "Allow insecure WebSocket from https 
> >> origin" option is not available in chromium 34 which is the latest I 
> get 
> >> from a repo. 
> >> 
> >> Also tried it on a windows 7 machine with chrome with the same error. 
> >> 
> >> Anything else I can do to debug? 
> >> 
> >> Kind regards, 
> >> 
> >> Jorick Astrego 
> >> Netbulae B.V. 
> >> 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Foreman users" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to foreman-user...@googlegroups.com . 
> > To post to this group, send email to forema...@googlegroups.com 
> . 
> > Visit this group at https://groups.google.com/group/foreman-users. 
> > For more options, visit https://groups.google.com/d/optout. 
>
>
>
> -- 
> Later, 
>   Lukas @lzap Zapletal 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-users+unsubscr...@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.