Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

502 Bad Gateway The server returned an invalid or incomplete response #23

Closed
ImTrojanxx opened this issue Nov 9, 2018 · 2 comments
Closed

Comments

@ImTrojanxx
Copy link

No description provided.

@dprothero
Copy link
Collaborator

Can you confirm your web server project is actually running? This is usually the error that is returned when ngrok is running, but your server is not running.

@dprothero
Copy link
Collaborator

Another reason we have found for this error is if you are using a new ASP.NET Core project that now defaults to https. whereas ngrok only works with http. If you change your project to turn off https, that should solve the issue. See this article:
https://stackoverflow.com/questions/46507029/how-to-disable-https-in-visual-studio-2017-web-proj-asp-net-core-2-0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants