running fine for me on rt-ac68u
Code:
pixelserv-tls 2.2.0-rc.4 (compiled: Sep 23 2018 19:12:30 flags: tls1_3) options: 192.168.1.2 -l 2
uts 1d 23:27 process uptime
log 2 critical (0) error (1) warning (2) notice (3) info (4) debug (5)
kcc 1 number of active service threads
kmx 14 maximum number of service threads
kvg 8.30 average number of requests per service thread
krq 764 max number of requests by one service thread
req 7721 total # of requests (HTTP, HTTPS, success, failure etc)
avg 3365 bytes average size of requests
rmx 57430 bytes largest size of request(s)
tav 6 ms average processing time (per request)
tmx 5059 ms longest processing time (per request)
slh 6453 # of accepted HTTPS requests
slm 24 # of rejected HTTPS requests (missing certificate)
sle 0 # of rejected HTTPS requests (certificate available but bad)
slc 88 # of dropped HTTPS requests (client disconnect without sending any request)
slu 1079 # of dropped HTTPS requests (other TLS handshake errors)
uca 0 slu break-down: # of unknown CA reported by clients
uce 0 slu break-down: # of unknown cert reported by clients
ush 242 slu break-down: # of shutdown by clients after ServerHello
For people on rc.4, how is your runtime/stability so far? Here is mine. Note the "tls1_3" flag that indicates I'm running the static version with support for TLS 1.3
I added a paragraph "Indicator of TLS 1.3 support on servstats page" shortly after release. Some ppl might have missed and may want to have a look..
Code:pixelserv-tls 2.2.0-rc.4 (compiled: Sep 23 2018 19:12:30 flags: tls1_3) options: 192.168.1.3 -A 344 -l 2 -c 350 uts 2d 05:48 process uptime log 2 critical (0) error (1) warning (2) notice (3) info (4) debug (5) kcc 1 number of active service threads kmx 104 maximum number of service threads kvg 1.30 average number of requests per service thread krq 3286 max number of requests by one service thread req 33736 total # of requests (HTTP, HTTPS, success, failure etc) avg 10193 bytes average size of requests rmx 79635 bytes largest size of request(s) tav 43 ms average processing time (per request) tmx 9831 ms longest processing time (per request) slh 21534 # of accepted HTTPS requests slm 11 # of rejected HTTPS requests (missing certificate) sle 0 # of rejected HTTPS requests (certificate available but bad) slc 2773 # of dropped HTTPS requests (client disconnect without sending any request) slu 2764 # of dropped HTTPS requests (other TLS handshake errors) uca 0 slu break-down: # of unknown CA reported by clients uce 0 slu break-down: # of unknown cert reported by clients ush 509 slu break-down: # of shutdown by clients after ServerHello