Can't login in fop2 from the web

Hi,

I have a fop2 installation over elastix and everything was working fine until last week.
Now I can't logon to fop2 from the web.

I tested fop2_server and seems ok:

[root@my-pbx ~]# netstat -lnp | grep 444
tcp 0 0 0.0.0.0:4445 0.0.0.0:* LISTEN 3926/fop2_server

Licence is ok:

[root@my-pbx ~]# /usr/local/fop2/fop2_server --test
Flash Operator Panel 2 - Valid License (1)
Connection to manager OK!

My user (extension) has all the permissions (otherwise it worked till last week):

user=499:0000:all

I tried restarting the service and also restarting my pbx but no luck.

What can i do to troubleshoot this issue?

Thanks in advance,
Marco

Comments

  • The last google chrome updates does not connect over websockets on a secure https connection. You either have to deactivate websockets in /var/www/html/fop2/js/presence.js (available since fop 2.25 or higher), or you have to upgrade to fop 2.27 and be sure to set the ssl certificate configs in fop2.cfg.

    Best regards,
  • The last google chrome updates does not connect over websockets on a secure https connection. You either have to deactivate websockets in /var/www/html/fop2/js/presence.js (available since fop 2.25 or higher), or you have to upgrade to fop 2.27 and be sure to set the ssl certificate configs in fop2.cfg.

    Best regards,

    Hi Nicolas, thanks for your suggestion. I've disabled websockets and everything works fine.
Sign In or Register to comment.