krakend / krakend-ce

KrakenD Community Edition: High-performance, stateless, declarative, API Gateway written in Go.
https://www.krakend.io
Apache License 2.0
1.98k stars 452 forks source link

Submit https request using http1.1 protocol #148

Closed tanggary closed 5 years ago

tanggary commented 5 years ago

Hello, I'm a newcomer to Krakend.

I've configured an endpoint that has a backend that utilizes https with client certificates. However, I get this error when making the request to the endpoint.

[GIN] 2019/09/19 - 00:37:55 | 500 | 558.632168ms | ##.###.##.## | GET /dev Error #01: Get https://###########/thunder/kale: stream error: stream ID 3; HTTP_1_1_REQUIRED

It seems like Krakend will only submit https requests with http2 protocol. Is there a way we can configure which http protocol a request can use?

tanggary commented 5 years ago

I've moved this issue to krakend repo, instead of krakend-ce. https://github.com/devopsfaith/krakend/issues/285

github-actions[bot] commented 2 years ago

This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.