Issue with latest Chrome Update - 54.0.2840.59 (64-bit)

Hi All

Since I upgraded my Chrome to v54 this morning I cannot connect to any
Licode server anymore. Same error when connecting to the Room 1 demo on
the Licode site:

erizo.js:43 WebSocket connection to
’wss://chotis2.dit.upm.es:8080/socket.io/1/websocket/KBGPlfPS03vhq7h_aDHc’
failed: WebSocket opening handshake was canceled

Is this a config issue or a bug?

Thanks for the help

-VR

Hi,
it’s also necessary add:

ca: fs.readFileSync(‘…/…/cert/ca.pem’).toString()

in

licode/erizo_controller/erizoController/erizoController.js

where ca.pem is bundle chain certificate.Il giorno giovedì 13 ottobre 2016 14:02:23 UTC+2, vrev...@hotmail.com ha scritto:

Hi All

Since I upgraded my Chrome to v54 this morning I cannot connect to any
Licode server anymore. Same error when connecting to the Room 1 demo on
the Licode site:

erizo.js:43 WebSocket connection to ‘wss://
chotis2.dit.upm.es:8080/socket.io/1/websocket/KBGPlfPS03vhq7h_aDHc’
failed: WebSocket opening handshake was canceled

Is this a config issue or a bug?

Thanks for the help

-VR

Hi,

I fixed the issue by adding the CA bundle cert chain to the certificate…
Chrome suddenly became picky about this. @Licode Team: You should do the
same on your demo servers
(see SSL Checker
)

Thanks

-VROn Thursday, October 13, 2016 at 2:02:23 PM UTC+2, vrev...@hotmail.com wrote:

Hi All

Since I upgraded my Chrome to v54 this morning I cannot connect to any
Licode server anymore. Same error when connecting to the Room 1 demo on
the Licode site:

erizo.js:43 WebSocket connection to ‘wss://
chotis2.dit.upm.es:8080/socket.io/1/websocket/KBGPlfPS03vhq7h_aDHc’
failed: WebSocket opening handshake was canceled

Is this a config issue or a bug?

Thanks for the help

-VR

Thanks for the heads up @vrevidat! @Alvaro_Alonso can you update the certificates in the server please? I see no error when accessing chotis2 though. Will try again later.

I’ve just fixed the issue in https://chotis2.dit.upm.es so everything should work now. I’ve also introduced a patch in Licode code for being able to configure CA certs in both erizo controller and basic example.

BR