PDA

View Full Version : qtwebkit websocket not working



schnitzel
12th March 2012, 17:44
hello folks,

I have been trying to get websockets to work on Qt 4.8 (windows) using QtWebKit.

In order to get around the ssl errors, I simply ignore them with qnr->ignoreSslErrors().

I tried to browse to the following link from my app and that seems to work OK for unsecure websockets, unfortunately not for ssl websockets:
http://websocket.org/echo.html

Would it make sense to a nightly webkit build so I can get a newer version of the websocket?


Any other ideas?