You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: