Kong fails to proxy HTTPS traffic to MinIO #14392
Labels
pending author feedback
Waiting for the issue author to get back to a maintainer with findings, more details, etc...
stale
Issue Summary
I am experiencing issues with Kong when trying to route traffic to MinIO through HTTPS. The request results in either
Connection reset by peer
orClient sent an HTTP request to an HTTPS server.
Kong Version
Kong 3.9.0
Configuration Details
I have configured Kong with the following
Gateway
,HTTPRoute
, andReferenceGrant
definitions:MinIO routes:
Error Messages
From Kong logs:
From
curl
:Steps to Reproduce
curl -kv https://minio.example.com
Expected Behavior
Kong should correctly forward HTTPS requests to MinIO without resetting the connection or triggering HTTP/HTTPS mismatches.
Actual Behavior
Requests to MinIO fail with either a
Connection reset by peer
error orClient sent an HTTP request to an HTTPS server.
Additional Information
konghq.com/backend-protocol: "https"
annotation.Environment Details
The text was updated successfully, but these errors were encountered: