-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Description
I tried setting up a listener with HTTP/2, with my backend also configured to support HTTP/2 requests.
However, when making requests, some JS and CSS files are not fully loaded, and I see many errors in the browser console.
Unfortunately, I cannot share the full details, but when switching back to HTTP/1.1, the issue does not occur.
Steps to Reproduce
- Configure a backend with JS + CSS that supports HTTP/2 and SSL.
- In Carapace, configure the backend with:
backend.x.ssl.enable=true- Set
cacertificateandcacertificatepathfor the truststore.
- Set up your listener with SSL (HTTP/2 is enabled by default).
- Make some requests
Expected Behavior
All JS and CSS files should load correctly over HTTP/2 without errors.
Actual Behavior
Some JS and CSS files fail to load, and multiple errors appear in the browser console.
When switching to HTTP/1.1, the issue disappears.
Environment
- Carapace version: actual master
- OS: Oracle linux 9
- Backend type: tomcat
Additional Context
The issue only occurs with HTTP/2 and does not happen with HTTP/1.1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels