Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
stop68674ydid you run wireshark yet? And it would be helpful to compare the certificates you get from the from the different connections.
-
I don't know why your ISP influences your capability to login to your server. I am very sure it is not the ISP's fault.
-
@mr-user 🙄
You get a response from your server (not your browser!) that something is wrong on the server side.
As it is a 502 (from the server!), it usually means the server / load balancer / whatever cannot reach a backend or the application is not running - as communicating with a backend usually is company network internal, your ISP cannot change a thing here...
Possible explanations:
- There is some broken server setup at you company (different IPs are treated differently)
- You are not connected to your server, but an ISP's capture page (which is broken) - but you would have gotten a big as certificate warning (and you will still get a "broken https" icon). If you did not see this, this is also your / your companies fault. -
mr-user13524y@sbiewald
Here some more info. It work correctly before until it break.
"There is some broken server setup at you company (different IPs are treated differently)" = I am not sure if it change because I am not entitled to that information.
I am not really sure but if it is not ISP problem , why is it fix when I use internet connection provided by different ISP?
I try using the VPN (not the company provided one) and I can login to it (with the same ISP which have problem before).
I hate my internet provider.
I configure everything to work remotely and when I try to login to it I got "Http Status 502".
I thought I misconfigure something and recheck everything and still got "Http Status 502".
When I use the internet connection provided by different provider, it works!
Everything is hard to debug without you messing it up internet provider. It like trying to debug the code and find out the problem is in compiler.
rant
internet provider