I want to run performance testing on a private DoH server with self sign cert, but I found http2 sent "Encrypted Alert" after encrypted handshake and it fail to sent a DoH request with an error below,
root@mypz:~# ./flame -P 10.1.2.101/dns-query -c 1 -q 1
binding traffic generators to 0.0.0.0
flaming target(s) [10.1.2.101] on port 443 with 1 concurrent generators, each sending 1 queries every 1000ms on protocol doh
query generator [static] contains 1 record(s)
Cannot get alpn
HTTP2 failed in sending data
HTTP2 failed in sending data
Is it possible to run with insecure mode to disable TLS certificate verification ?
Hi,
I want to run performance testing on a private DoH server with self sign cert, but I found http2 sent "Encrypted Alert" after encrypted handshake and it fail to sent a DoH request with an error below,
root@mypz:~# ./flame -P 10.1.2.101/dns-query -c 1 -q 1 binding traffic generators to 0.0.0.0 flaming target(s) [10.1.2.101] on port 443 with 1 concurrent generators, each sending 1 queries every 1000ms on protocol doh query generator [static] contains 1 record(s) Cannot get alpn HTTP2 failed in sending data HTTP2 failed in sending data
Is it possible to run with insecure mode to disable TLS certificate verification ?
Regards,