Re: [Interest] QWebSocket support for SSL

2017-08-20 Thread Thiago Macieira
On Sunday, 20 August 2017 05:10:14 PDT Christian Gagneraud wrote: > On 20 August 2017 at 21:03, Tom Isaacson wrote: > > I have a websocket server that was written a while ago. I want to convert > > it to use QWebSocket then move it to port 443 and add SSL/TLS support. > > The first part is simple

Re: [Interest] QWebSocket support for SSL

2017-08-20 Thread Christian Gagneraud
On 20 August 2017 at 21:03, Tom Isaacson wrote: > I have a websocket server that was written a while ago. I want to convert it > to use QWebSocket then move it to port 443 and add SSL/TLS support. The first > part is simple but I'm not sure about the second. There's an example on the > Qt websi

[Interest] QWebSocket support for SSL

2017-08-20 Thread Tom Isaacson
I have a websocket server that was written a while ago. I want to convert it to use QWebSocket then move it to port 443 and add SSL/TLS support. The first part is simple but I'm not sure about the second. There's an example on the Qt website: http://doc.qt.io/qt-5/qtwebsockets-sslechoserver-exam