Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http.filesystem curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR #90

Closed
vordimous opened this issue Oct 26, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@vordimous
Copy link
Contributor

Using the tls curl command results in an error

http.filesystem % curl --cacert test-ca.crt https://localhost:9090/index.html
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
This was referenced Oct 26, 2023
@vordimous
Copy link
Contributor Author

It works when manually set to http1.1:

curl --cacert test-ca.crt https://localhost:9090/index.html --http1.1
<html>
<head>
<title>Welcome to Zilla!</title>
</head>
<body>
<h1>Welcome to Zilla!</h1>
</body>
</html>

@vordimous
Copy link
Contributor Author

This may also be the issue happening in the sse.proxy.jwt example #92 (comment)

@jfallows jfallows added the bug Something isn't working label Oct 30, 2023
@jfallows
Copy link
Contributor

@vordimous resolved issue with etag header in aklivity/zilla#551, please verify.

@vordimous
Copy link
Contributor Author

@vordimous resolved issue with etag header in aklivity/zilla#551, please verify.

Tested the http.filesystem example and didn't run into this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants