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 I am calling API using http component i am getting stream error: stream ID 6107; HTTP_1_1_REQUIRED; received from peer error in benthos.
It will be working fine if there is an intermediary, such as a proxy, firewall, or security software (e.g., Netskope). It might be possible because it will be enforcing or preferring HTTP/1.1 over HTTP/2 but without that it throws error.
level=error msg="Failed to call SignIn API due to https://<cloud-instance>/BeyondTrust/api/public/v3/Auth/SignAppIn: Post \"https://<cloud-instance>/BeyondTrust/api/public/v3/Auth/SignAppIn\": Post \"https://<cloud-instance>/BeyondTrust/api/public/v3/Auth/Connect/Token\": stream error: stream ID 521347; HTTP_1_1_REQUIRED; received from peer" @service=benthos label="" path=root.input.broker.inputs.0.processors.3.switch.processors.2.catch.0
So is there any way to by which we can enforce HTTP/1.1 for API call may be by adding some an advanced flag for this in benthos?
The text was updated successfully, but these errors were encountered:
While I am calling API using http component i am getting
stream error: stream ID 6107; HTTP_1_1_REQUIRED; received from peer
error in benthos.It will be working fine if there is an intermediary, such as a proxy, firewall, or security software (e.g., Netskope). It might be possible because it will be enforcing or preferring HTTP/1.1 over HTTP/2 but without that it throws error.
Config file:
Here you can see the error which i am getting.
So is there any way to by which we can enforce HTTP/1.1 for API call may be by adding some an advanced flag for this in benthos?
The text was updated successfully, but these errors were encountered: