Problem after update from 1.17 to 1.18
Solved
Meemo
-
@vojtam One more test. Does that curl command work on the host? If not, I would try to debug why
curl -v https://my.vojtam.net/
does not work. Do you have a proxy in the front or some other special setup?edit: are you hosting at home by any chance? If so, does your router support hairpin routing? How do you access your Cloudron from inside the network?
-
@girish, @nebulon :
Thank you for your support, i Fixit ! a few day ago...
Just set up unbound in Cloudron server...
It was enough to add line:
to: /etc/unbound/unbound.conf.d/cloudron-network.conf : local-data: "<my.MYDOMAIN.COM> IN A x.x.x.x"
x.x.x.x is primary IP my server. -