Re: [Interest] Example SSL Server based on Qt...

2016-01-07 Thread Emre Besirik
There is already a http(s) server written with/for qt in case you missed it on google… http://www.stefanfrings.de/qtwebapp/index-en.html Regards/Saygilar, Emre Beşirik nome...@gmail.com > On 07 Jan 2016, at 07:16, BRM via Interest wrote: >

Re: [Interest] Example SSL Server based on Qt...

2016-01-06 Thread BRM via Interest
Thanks for the feedback. Advice and direction on this is welcome. I'm not sure if I'll move it towards the official Qt coding style or not - though I'd probably accept PRs that did. I just found in trying to put together the server for another project that there were no server-side Qt SSL example

Re: [Interest] Example SSL Server based on Qt...

2016-01-06 Thread Jason H
Don't take this the wrong way...  I've written production-level HTTP SSL servers in Qt before, and I've even requested/suggested there be a Qt C++ server framework. So take this as advice from a veteran.   Well, you should use QCoreApplication (drop the GUI), you never call startSeverEncrption(),