thiagoftsm
thiagoftsm
Hello @underhood , When I clone your PR, every time I have to update submodules I have this error: ```sh bash-5.2$ git submodule update --init --recursive Submodule 'httpd/h2o' (https://github.com/h2o/h2o.git) registered...
@underhood and @Ferroin with last commits I do not have more warnings when I initialize the submodules: ```sh bash-5.2$ git submodule update --init --recursive Submodule 'httpd/h2o' (https://github.com/h2o/h2o.git) registered for path...
@underhood did you try to access using self signed certificate? I am having this error: ```sh bash-5.2# curl -k https://localhost:19998 curl: (35) OpenSSL/1.1.1t: error:1408F10B:SSL routines:ssl3_get_record:wrong version number ``` On the...
Hello @underhood , I decided to test with three different OpenSSL versions and I got failures with all: ```sh Slackware Current: bash-5.2# curl --insecure -o /dev/null https://localhost:19999 % Total %...
@underhood , please, rebase your PR one more time to fix conflicts.
Hello @underhood , I decided to retest on a complete different environment to be sure my environment was not broken, but unfortunately the problem I reported is still present: ```sh...
> did you enable it in `netdata.conf` looks like the port 19998 is not open. h2o is by default disabled. you can also check by `netstat -tulpn` I can confirm...
> Interesting... until now I was working on streaming so I am checking your complaints just now but so far can't reproduce the problems you are describing. Can you check...
Hello @underhood , After last commits there were some improvements in my end, as you can see I have the port open: ```sh Proto Recv-Q Send-Q Local Address Foreign Address...
Thank you @Ferroin ! In this first stage I only modified autoconf to have conditions to develop, as soon collector is ready, I will ping you. :handshake: