I’m running VenusOS on raspberry pi and it’s been running fine for a few months now but it suddenly stopped logging to the VRM just over 24h ago. I can SSH into the device and see the console but it is failing to connect to the VRM.
Nothing has changed on my network that I am aware of (maybe the public IP changed since it’s not on a static IP). This is on a cellular network that I can access remotely no problem. It has a good connection and plenty of data. I can SSH into the rpi and access the console from my home network. It is connected to the internet/gateway via ethernet and wifi and both interfaces are getting IPs.
raspberrypi4:~$ curl http://ccgxlogging.victronenergy.com
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
raspberrypi4:~$ curl https://ccgxlogging.victronenergy.com
curl: (7) Failed to connect to ccgxlogging.victronenergy.com port 443: Connection refused
Any tips on how to troubleshoot this?