hyperion.ng/libsrc/webserver
brindosch 8e5f3251b5
Feat: Add SSL support for webserver + websocket (#612)
* Feat: Add SSL support for webserver + websocket

Finally, Hyperion reaches the SSL century!
- Uses by default a internal key and certificate to provide working HTTPS out-of-the-box
- Your browser won't like that, for a green ssl seal next to the browser address bar you need to use Let's Encrypt with a own legit domain. This is out of the scope of Hyperion
2019-08-21 16:09:28 +02:00
..
CMakeLists.txt Details coming soon. 2018-12-27 23:11:32 +01:00
CgiHandler.cpp - The first part 2019-08-03 19:14:52 +02:00
CgiHandler.h even more changes 2018-12-28 18:28:49 +01:00
QtHttpClientWrapper.cpp The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00
QtHttpClientWrapper.h - The first part 2019-08-03 19:14:52 +02:00
QtHttpHeader.cpp Fix: WebUI port switch reconnect 2019-07-18 22:32:06 +02:00
QtHttpHeader.h The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00
QtHttpReply.cpp The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00
QtHttpReply.h The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00
QtHttpRequest.cpp The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00
QtHttpRequest.h The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00
QtHttpServer.cpp The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00
QtHttpServer.h Feat: Add SSL support for webserver + websocket (#612) 2019-08-21 16:09:28 +02:00
StaticFileServing.cpp i18n corrected 2019-08-03 19:14:52 +02:00
StaticFileServing.h remove protobuf (part 2) 2018-12-30 22:07:53 +01:00
WebConfig.qrc.in Details coming soon. 2018-12-27 23:11:32 +01:00
WebJsonRpc.cpp - The first part 2019-08-03 19:14:52 +02:00
WebJsonRpc.h - The first part 2019-08-03 19:14:52 +02:00
WebServer.cpp Feat: Add SSL support for webserver + websocket (#612) 2019-08-21 16:09:28 +02:00
WebSocketClient.cpp The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00
WebSocketClient.h The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00
WebSocketUtils.h The slot in the websocket client will now run through until there are no more data in the buffer 2019-08-03 19:14:52 +02:00