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 have searched existing issues and found nothing related to my issue.
This bug is:
making Bruno unusable for me
slowing me down, but I'm able to continue working
annoying
Bruno version
2.0.1
Operating System
Windows 11 & Ubuntu 22.04
Describe the bug
Example timeline:
...
User-Agent: bruno-runtime/.0.1
Enable SSL validation
ALPN: offers h2, http/1.1
Using system default CA certificates
Trying httpbin.org:443...
DNS lookup: httpbin.org -> 54.227.146.83
DNS lookup: httpbin.org -> 3.224.7.64
Connected to httpbin.org (54.227.146.83) port 443
SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256 (TLSv1/SSLv3)
ALPN: server accepted None
Server certificate:
...
The message ALPN: offers h2, http/1.1 should be moved down above ALPN: server accepted None because Bruno cannot offer protocols before connecting to the server, before it connected to it.
ALPN: server accepted None This would cause the request to be aborted, because client and server couldn't negotiate an http version.
Here's a curl -vvv for example, which does it right:
I have checked the following:
This bug is:
Bruno version
2.0.1
Operating System
Windows 11 & Ubuntu 22.04
Describe the bug
Example timeline:
The message
ALPN: offers h2, http/1.1
should be moved down aboveALPN: server accepted None
because Bruno cannot offer protocols before connecting to the server, before it connected to it.ALPN: server accepted None
This would cause the request to be aborted, because client and server couldn't negotiate an http version.Here's a
curl -vvv
for example, which does it right:The text was updated successfully, but these errors were encountered: