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
Getting 502 from Kong when acting as a reverse proxy for a local service using localhost in the target_url. As you can see the service is up and running and works when added to Kong as 127.0.0.1 but when using localhost Kong returns a 502.
I don't think it's related to #163 as that issue is using 127.0.0.1 and as far as I know only affects Kong running in docker. It may be related to #127, in fact there's another issue brought up in gitter chat that could also be related so I'll make an issue for that as well.
Getting 502 from Kong when acting as a reverse proxy for a local service using
localhost
in thetarget_url
. As you can see the service is up and running and works when added to Kong as127.0.0.1
but when usinglocalhost
Kong returns a 502.The text was updated successfully, but these errors were encountered: