awesome_milou 9d283738aa
Add preliminary work for HTTP health endpoint (#68)
* Add preliminary work for HTTP health endpoint

* Http: Fix infinite loop bug in Tx509KeypairGenerator::generateKey()

* update commandline

* Add TLS Support class for use with http server

* Add preliminary HTTP Server; TLS still broken; fix in later commit

* Fix TLS handshake, due to server being unable to serve key/certfile in 'Http.h/Http.cpp'; Cause was httlib not being threadsafe due to being a blocking http library

* Run clang format

* Add option to configure http server port via ServerConfig

* TConfig: add HTTPServerPort to config parsing step

* Fix SSL Cert / Key path not auto generating when not existing

* Add health endpoint; Fix SSL Cert serial no. not refreshing when regenerating

* Switch arround status codes in /health route

* Run clang format

Co-authored-by: Lion Kortlepel <development@kortlepel.com>
2021-12-05 18:24:55 +01:00
..
2021-09-15 17:55:34 +02:00
2021-09-16 10:07:04 +02:00
2021-04-22 02:28:02 +03:00
2021-11-28 23:45:03 +01:00
2021-12-02 01:25:17 +01:00
2021-09-20 22:45:12 +02:00
2021-03-18 23:44:14 +02:00
2021-12-02 01:25:17 +01:00
2021-09-08 19:55:03 +03:00
2021-12-02 01:25:17 +01:00