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
While running h2load test with multiple streams, several TLS warnings can be observed in logs.
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
[tempesta tls] Warning: [::ffff:192.168.122.1] Bad TLS record (error -0xFFFFFFFF)
net_ratelimit: 1850 callbacks suppressed
Testing
Tempesta FW conf:
listen 443 proto=h2;
cache 1;
cache_fulfill * *;
srv_group ngx_local {
# The address is on the same VM
server 127.0.0.1:8000;
}
vhost f35tfw.local {
tls_certificate /root/certs/tempesta/RSA/tfw-root.crt;
tls_certificate_key /root/certs/tempesta/RSA/tfw-root.key;
proxy_pass ngx_local;
}
http_chain {
-> f35tfw.local;
}
Motivation
While running
h2load
test with multiple streams, severalTLS
warnings can be observed in logs.Testing
Tempesta FW conf:
NGINX conf:
The issue can only be reproduced when running
h2load
test with multiple streams, e.g.:h2load https://f35tfw.local -t 2 -c 1000 -D 60 -m 100
The text was updated successfully, but these errors were encountered: