I have now read this, thanks!
This is the error I get when trying to curl for the fqdn. When I try to curl from my personal machine and not the cloud box it doesn’t even get this far.
ubuntu@foundry:~$ curl -v https://feedingamos.com
* Trying 129.213.98.178:443...
* connect to 129.213.98.178 port 443 failed: Connection timed out
* Failed to connect to feedingamos.com port 443 after 129243 ms: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to feedingamos.com port 443 after 129243 ms: Connection timed out
My personal desktop
PS C:\Users\kschm> curl -v https://feedingamos.com
VERBOSE: GET with 0-byte payload
curl : Unable to connect to the remote server
At line:1 char:1
+ curl -v https://feedingamos.com
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
In regards to your statement about localhost I have run the sudo caddy trust command before, as part of my troubleshooting. This is what I get now.
sudo caddy trust
2023/01/16 14:11:44.607 INFO root certificate is already trusted by system {"path": "localhost:2019/pki/ca/local"}