About 9,320,000 results
Open links in new tab
  1. In HTTP 502, what is meant by an invalid response?

    The HTTP spec says the following regarding the status code 502 - Bad Gateway. The 502 (Bad Gateway) status code indicates that the server, while acting as a gateway or proxy, received …

  2. The requested URL returned error 502, corporate? - Stack Overflow

    Jun 16, 2017 · Once I deleted those 2 environment variables ( highlight - delete - ok ) and closed the Git-Terminal window and re-opened it the problem (http 502) went away. Just to confirm I …

  3. Nginx Reverse Proxy: Throwing 502 Bad Gateway - Stack Overflow

    Nov 24, 2022 · Bad Gateway 502 is typically a sign that your destination server is not responding. I assume your other services are Docker container as well? If that is the case you could try to …

  4. amazon web services - How to solve 502 Bad Gateway errors with …

    May 1, 2018 · I'm running into '502 Bad Gateway' issues for HTTPS requests when using AWS Elastic Load Balancer (Application type) in front of EC2 instances running Nginx. Nginx is …

  5. c# - Error 502 (Bad Gateway) when sending a request with …

    The problem is, when calling GetRequestStream I keep getting a WebException with the message "The remote server returned an error: (502) Bad Gateway." At first I thought it had to do with …

  6. IIS Rewrite Reverse Proxy getting HTTP 502 error when using SSL

    Apr 20, 2020 · The far server may have Sever Name Identification enabled (SNI) which can cause the 502.3 issue since the request isn't being made properly and so it fails. You could test on a …

  7. Azure Application Gateway error 502 when using application …

    Aug 2, 2018 · About the 502 errors after configuring the application gateway, The main reasons are as follows. NSG, UDR or Custom DNS is blocking access to backend pool members.

  8. Azure Function - Unable to deploy 502 Bad Gateway

    Apr 18, 2025 · Bad Gateway (CODE: 502) ## [warning]Error: Failed to update deployment history. Error: Method Not Allowed (CODE: 405) App Service Application URL: [REDACTED] …

  9. Unable to resolve (502) Bad Gateway error in Azure App Service

    Jul 21, 2020 · 502 errors can be multiple things. there's a chance you're exceeding the maximum tcp connections for the plan (standard s3 while has an older hardware it contains the double of …

  10. Calling http rest api from https rest api with error 502

    Aug 21, 2019 · I call my https REST APi that calls http api on another server using Postman, and it returns 502 bad gateway error. Authentication for https API is set in a header ...