Questions tagged [bad-gateway]

Bad gateway refers to http error 502 which is mean that a server which is try to fulfill the client request received an invalid response from upstream server

Bad gateway refers to http error 502 which is mean that a server which is try to fulfill the client request received an invalid response from upstream server.

For more information look for this article: https://www.lifewire.com/502-bad-gateway-error-explained-2622939

167 questions
0
votes
0 answers

Traefik and Docker Compose returns a Bad Gateway for application route

I am trying to setup Traefik with a test app on a non-standard port. IIS is currently using port 80 on my machine so I am using port 9000 for my test app. I keep getting back Bad Gateway. The test application is an empty .net core application with…
0
votes
0 answers

Django 502 bad gateway causes multiple email send

I've a running Django app with uwsgi, served by nginx. The same env I use for many applications (https://github.com/abidibo/cookiecutter-django). I've Postfix configured to receive on localhost and Django configured to send email through it. I have…
abidibo
  • 4,175
  • 2
  • 25
  • 33
0
votes
0 answers

CentOS 7 NodeJs Application - 502 Bad Gateway

Cannot reach my web service which is running on Nginx/CentOS 7. 502 Bad Gateway error occurs when I try to request. Developed with NodeJS. For more information I shared my configuration files. Also codes work on local machine but not working on the…
OwnurD
  • 195
  • 1
  • 3
  • 17
0
votes
0 answers

Bot no longer working

My bot stopped working a while ago out of the blue, I hadn't changed anything in the code/settings. Now all I get is 'Sorry, my bot code is having an issue' messages. I believe the issue could be from hitting the LUIS quota limit (I got an email…
0
votes
1 answer

HttpClient stops re-using connections after load balancer change

I have a client that connects to a cloud server setup - a HAProxy instance (one of several, determined by a load balancer), which will then forward the requests onto the correct backend server. From the client perspective, this is just one constant…
RickySpanish
  • 501
  • 1
  • 3
  • 10
0
votes
1 answer

502 Bad Gateway on ngnix with ssl, proxy config and php7.1

I have a Debian 9 server with some virtual hosts on my nginx. I use letsencrypt wildcard and have configured some tools like webmin, monitorix and a webinterface for a bot for teamspeak. I created a .conf file for every subdomain. On the page…
phiomet
  • 1
  • 4
0
votes
1 answer

502 error nothing is listening on port 8000 nginx

I have ran into a problem when trying to deploy my web server, where I'm getting a 502 bad gateway error. When looking in the nginx error logs, I get this: failed (111: Connection refused) while connecting to upstream, client: xxx.xxx.xxx.xxx,…
D.B
  • 53
  • 2
  • 11
0
votes
1 answer

Proxy pass from HTTP to HTTPS is failing with bad gateway error "502"

I am trying pass HTTP from Oracle HTTP (OHS) to External, works via non-ssl, However, SSL is a bit challenging "OHS---NON-SSL--->External System(ssl)", and via SSL I am seeing " " error need some light on this. Errors seen in ohs logs: [] [OHS]…
ikram shariff
  • 13
  • 1
  • 6
0
votes
2 answers

Python urllib2 - cannot open url

I'm creating a script that reads information from search query on zhaopin.com using urllib2 When I try to open the url by copying it to my web browser (Chrome), I have no problem opening the site:…
SGolt
  • 51
  • 1
  • 5
0
votes
2 answers

Failed to load resource: status 502 (Bad Gateway) image.php

I am trying to determine why an Image Verification won't display images prior to a press release being issued pointing to the website. The related image.php file is showing the alt text and a check on Console shows the error "Failed to load…
Bobby Gavin
  • 3
  • 1
  • 7
0
votes
1 answer

Bad Gateway, Drupal, Redmine via VM centos to host windows

I have one VMs CentOS inside I have installed drupal and redmine. I did my redmine.conf and drupal.conf. But when I want to open the browser on my I have Bad Gateway error. And I don't understand. Here my .conf files: redmine: LoadModule…
Kraven
  • 245
  • 1
  • 3
  • 16
0
votes
2 answers

Displaying error when link to website on facebook posts

I use cloudflare on my website and when I try to post on facebook a link to this site it display error: mydomain.com | 502: Bad gateway CloudFlare Ray ID: 31fa674e77c32462 • Your IP: 2a03:2880:XXXX:XXe5:face:b00c:0:8000 • Performance & security…
SakuragiRokurota
  • 185
  • 1
  • 3
  • 12
0
votes
2 answers

502 Bad Gateway Error for Laravel site running on nginx

Most of my page works, but when I try to access part of my site I get a 502 Bad Gateway error. I am running the latest version of Laravel, nginx and php5-fpm. My server is an AWS Ubuntu 14.04 instance. I check the nginx log and get the following…
ruby_noobie
  • 205
  • 4
  • 16
0
votes
2 answers

SSH and -bash: fork: Cannot allocate memory Ubuntu , rails , Passenger, redis , sidekiq

I'm running a rails app (dev server) with passenger in Amazon AWS with t2.micro instance. But i'm getting -bash: fork: Cannot allocate memory error constantly. I'm running redis server on it with 50 sidekiq concurrency. Normally sites runs fine but…
Akash Shah
  • 87
  • 10
0
votes
0 answers

502 bad gateway in xampp v3.2.2

My website running on xampp v3.2.2 and sometimes getting 502 while login, signup or post a data. But if we tries 2-3 time to send a request then it may works fine and sometime it works flawlessly too!! I did check with proxy, deflate, post size,…
birju
  • 11
  • 2
1 2 3
11
12