Hello after installing Ddev and ddev config under wsl2 Windows my domain is not accessible in the Windows browser. I installed Mkcert according to the instructions. Do I have to consider anything else?
Asked
Active
Viewed 217 times
1 Answers
0
You say "your domain is not accessible", which can mean a number of things.
- If you're seeing "Unable to look up hostname/domain name" and you're using
*.ddev.site
and not some alternate, then it means you either don't have an internet connection or your DNS server has prohibited DNS Rebinding, which is unusual, but happens often with Fritzbox routers, see https://ddev.readthedocs.io/en/latest/users/troubleshooting/#dns-rebinding-prohibited - If you're seeing "Unable to connect" in the browser, it probably means an issue with a firewall, so temporarily disable your firewall to see if that's it.
Please see the full set of troubleshooting steps at https://ddev.readthedocs.io/en/latest/users/troubleshooting/#troubleshooting and if you need more help join us for more interactive help in Discord, https://discord.gg/hCZFfAMc5k

rfay
- 9,963
- 1
- 47
- 89
-
1Thank you very much for this information. Now it works without problems – Jun 04 '22 at 17:52
-
Glad it's working for you @xmaidem - Please mark this as the accepted answer, and say what worked for you. Was it DNS rebinding that was the problem? – rfay Jun 05 '22 at 17:24
-
The missing DNS entry in the Windows hosts file was the problem. – Jun 06 '22 at 18:22