<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[wss doesn&#x27;t work with QWebSocket in QT 5.4.2]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">We have an app built with QT 5.4.2.  We are planning to add websocket client support to the app.</p>
<p dir="auto">So we started by testing the QWebSocket client sample code, i.e. sslechoclient, with wss://echo.websocket.org. (Free echo test server.)</p>
<p dir="auto">We found wss doesn't work with QT 5.4.2, and there's no any additional information in the console. We also tested the latest QT 5.8 with the same sample code, wss works fine.</p>
<p dir="auto">Does anyone know about this issue? Is this something we can workaround with QT5.4.2 or we have to upgrade to a newer version QT?</p>
<p dir="auto">Btw, ws://echo.websocket.org works fine with both QT 5.4.2 and QT 5.8.</p>
<p dir="auto">Regards,<br />
Ron</p>
]]></description><link>https://forum.qt.io/topic/79140/wss-doesn-t-work-with-qwebsocket-in-qt-5-4-2</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 23:43:27 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/79140.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 May 2017 00:22:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wss doesn&#x27;t work with QWebSocket in QT 5.4.2 on Thu, 11 May 2017 09:27:38 GMT]]></title><description><![CDATA[<p dir="auto">Then you'll have to compile the module yourself to check what is done differently.</p>
]]></description><link>https://forum.qt.io/post/392983</link><guid isPermaLink="true">https://forum.qt.io/post/392983</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 11 May 2017 09:27:38 GMT</pubDate></item><item><title><![CDATA[Reply to wss doesn&#x27;t work with QWebSocket in QT 5.4.2 on Wed, 10 May 2017 23:18:53 GMT]]></title><description><![CDATA[<p dir="auto">Got it.</p>
<p dir="auto">However qtwebsockets doesn't seem like define any logging category.</p>
<p dir="auto"><a href="https://github.com/qt/qtwebsockets/search?utf8=%E2%9C%93&amp;q=Q_LOGGING_CATEGORY&amp;type=" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qt/qtwebsockets/search?utf8=✓&amp;q=Q_LOGGING_CATEGORY&amp;type=</a></p>
]]></description><link>https://forum.qt.io/post/392906</link><guid isPermaLink="true">https://forum.qt.io/post/392906</guid><dc:creator><![CDATA[RonW]]></dc:creator><pubDate>Wed, 10 May 2017 23:18:53 GMT</pubDate></item><item><title><![CDATA[Reply to wss doesn&#x27;t work with QWebSocket in QT 5.4.2 on Wed, 10 May 2017 21:53:23 GMT]]></title><description><![CDATA[<p dir="auto">Yes, there <a href="http://doc.qt.io/qt-5/qloggingcategory.html" target="_blank" rel="noopener noreferrer nofollow ugc">QLoggingCategory</a> for that.</p>
<p dir="auto">You need to lookup for the matching terms in the module sources.</p>
]]></description><link>https://forum.qt.io/post/392899</link><guid isPermaLink="true">https://forum.qt.io/post/392899</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 10 May 2017 21:53:23 GMT</pubDate></item><item><title><![CDATA[Reply to wss doesn&#x27;t work with QWebSocket in QT 5.4.2 on Wed, 10 May 2017 21:27:22 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> !</p>
<p dir="auto">We use the prebuilt QT libraries. Is there an interface to turn on the logging for a QT module? Under our configuration, we don't see any log from QWebSocket at least in the debug console.</p>
]]></description><link>https://forum.qt.io/post/392889</link><guid isPermaLink="true">https://forum.qt.io/post/392889</guid><dc:creator><![CDATA[RonW]]></dc:creator><pubDate>Wed, 10 May 2017 21:27:22 GMT</pubDate></item><item><title><![CDATA[Reply to wss doesn&#x27;t work with QWebSocket in QT 5.4.2 on Wed, 10 May 2017 15:12:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">You would need to check the logs from that module to see what happened there as to why things are working correctly now. It might also be related to a change in qtbase.</p>
<p dir="auto">In any case, 5.4.2 is already pretty old. If you need long term support you should move to 5.6 or even more recent.</p>
]]></description><link>https://forum.qt.io/post/392859</link><guid isPermaLink="true">https://forum.qt.io/post/392859</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 10 May 2017 15:12:27 GMT</pubDate></item><item><title><![CDATA[Reply to wss doesn&#x27;t work with QWebSocket in QT 5.4.2 on Wed, 10 May 2017 00:34:03 GMT]]></title><description><![CDATA[<p dir="auto">Oh, forgot to mention, the development environment is Windows 7.</p>
<p dir="auto">And btw, for QT 5.4.2, we do have the corresponding version (1.0.1j) of openssl dll in PATH, our own app already relies on it. So openssl should not be a problem. On the other hand, we didn't do any particular setting for QT 5.8.</p>
]]></description><link>https://forum.qt.io/post/392715</link><guid isPermaLink="true">https://forum.qt.io/post/392715</guid><dc:creator><![CDATA[RonW]]></dc:creator><pubDate>Wed, 10 May 2017 00:34:03 GMT</pubDate></item></channel></rss>