"unknown request scheme" log spam in proxy container

Hi all. I just got started with Kong via a helm chart installation and I got a simple PoC set up with an AWS ELB --> Kong setup.

It’s unclear to me why there are constant lines in the logs with the following text:

2020/04/09 04:32:50 [warn] 23#0: *927 [lua] reports.lua:75: log(): [reports] unknown request scheme: http while logging request, client: 10.17.7.119, server: kong, request: “PROXY TCP4 10.17.113.249 10.17.113.249 42208 32319”

It looks like it might be related to the “proxy_listen” environment variable, but I am not getting much traction with the various options. Any guidance would be much appreciated.

Removing this annotation did the trick.

service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: “*”