You are trying to use wget to access the frontend backup URL. wget is a system utility that is part of the server, not supplied by us. Even a Linux newbie would know that.
wget is trying to connect to your site, focusedmindset.dk. It fails with a GnuTLS error saying that it cannot figure out how to connect to it. This means that the URL has not been loaded, Joomla has not loaded, therefore our software has not run. So your host insisting otherwise only shows that he doesn't understand even the absolute basics of how web servers work.
Based on the error message we suspect that wget is compiled against GnuTLS based on the error message. A competent host would check that by running wget --version and checking the Link information in the output.
Assuming that indeed wget is compiled against GnuTLS (and your host will see that this is indeed the case) we need to debug the TLS connection. The way to do it is running gnutls-cli-debug focusedmindset.dk from a command line on the affected server to see what is going on. Doing that from my Ubuntu Server 20.04 machine shows that I can, indeed, connect to your site just fine. If he does the same from his server he will find out one of the following:
- He's using an older version of GnuTLS which does not support ECDSA SHA-256 certificate signatures which are used by the Let's Encrypt certificate on your site.
- He's preventing loopback connections.
The former requires a system upgrade. The latter is a firewall configuration. Both of these are under the sole and absolute control of the host. We have nothing to do with it and we CAN NOT have anything to do with it.
Here's the thing. You are paying your host to know all of these things and much more. Their job is to literally run a server. They have proven that they don't know even the basics of managing a Linux system, let alone run a server. My professional advice is to move your sites to a different, more competent host as soon as humanly possible. If your current host doesn't even know that wget is part of his system or how to tell if it's compiled against GnuTLS or OpenSSL there is not a cat's chance in Hell they know how to secure the server.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!