Fop2 not working since chrome version 36 update

Hi Guys,

Fop2 has been working fine for our 200 customers but since the google chrome update to version 36 in the last couple days n-one can now access Fop2. The few computers that havnt automatically updated and are still on version 35 are working fine.

Do you know if there will be an update so fop2 will work on Chrome version 36? or a fix? or other browsers that work fine?

Comments

  • I had other reports of issues with Chrome today. The problem is that I am using OSX, and my Chrome version is now 38.0.2960 and it works just fine. My suggestion for you is to enable or disable websockets in /var/www/html/fop2/js/presence.js , not sure if you have it enabled or not, in any case, change it so it uses the other mode (fop2 supports both flash xmlsockets and html5 websockets). Perhpas the chrome change affects one of those methods (for example flash), and not websockets, or viceversa.

    In any case, I have to see what Chrome version does windows have and check from there to find out myself, as the OSX version has a higher release number and works fine (With websockets at least).

    Also, be always sure to use the latest FOP2 release.
  • Hi,

    Thanks for your reply, we are also using MAC OSX but our latest version is only 36.

    I checked the file /var/www/html/fop2/js/presence.js and disablewebsocket was set to false so i set it to true and now its working fine.

    Thanks again.
  • The last chrome update denies non secure websockets connections over https, so to fix it you have to disable websockets in fop2 (as you did), or upgrade to fop2 2.27 that includes support for secure websockets and configure the ssl certificates in fop2.cfg for it.
Sign In or Register to comment.