Skip to content

Connection failed to "aws elb/master" #86

@chandu412

Description

@chandu412

Capture

trying to access the kubebox behind reverse proxy [nginx] and getting the error as in screenshot attached.

nginx reverse proxy config :
set $upstream_kubebox http://kubebox.kubebox.svc.cluster.local:8080;
location ~* (/kubebox|/master/api(.)$) {
rewrite /kubebox/(.
)$ /$1 break;
proxy_pass $upstream_kubebox;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;
auth_ldap off;
}

it is working fine with service as a load balance but not working behind nginx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions