DNS issue can access apps with domain name

What is the name of the domain?

What is the issue you’re encountering

DOmain stop being accessible by domain name

What steps have you taken to resolve the issue?

Hi there, I have some app deployed in a vps, and link with a domain name that use cloudflare but aren’t proxied. yesterday I found that I can’t access the apps by the domain name but after about 1 hour all back to work again. and It’s happening now too.
You can try accessing this both domain https://api.maroc-hebdo.com/ and http://147.79.101.62:9000/ Just to see what I’m telling
This domains are pointing to the same laravel app.

What feature, service or problem is this related to?

DNS not responding/updating

You’re comparing apples and oranges though. Let’s do a fair comparison instead.

These two both work (https):

http://api.maroc-hebdo.com:9000/
http://147.79.101.62:9000/

Neither of these two works (http):

https://api.maroc-hebdo.com:9000/
https://147.79.101.62:9000/

Your problem is with the TLS/SSL implementation on your VPS.

I’m curious how you came to the conclusion that DNS is not responding. Did you ping and/or lookup the hostname api.maroc-hebdo.com and got no result?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.