Can't connect to Boxine

Hey community,

I’m new to TeddyCloud. I’ve installed my TeddyCloud as a Docker Container in a Proxmox LXC. After that I flashed my Toniebox. The connection to Boxine was green, but the Toniebox wasn’t able to play Tonies. So I installed a new Teddycloud via Proxmox helper skript and flashed my Toniebox again. But now the Teddycloud can’t connect to Boxine (Button is red). I was stupid to delete the first Teddycloud-Container, so I have no option to reset my Toniebox.

I don’t know how to download my Teddycloud-Log out of my Container.

Please help me!

Thanks!

Kind regards,
Kevin

Most probably you overwrote the original ca with the previously teddycloud ca.

Have a look into the telegram group, there is somewhere written how to fetch the boxine ca again from boxine. With that the boxine connection should be working again.

Thanks for replying.

If this is the correct post:
"OK, so while still inside your container, download the original Boxine CA with this command and copy it to your certs client folder:

echo “” | openssl s_client -host prod.de.tbs.toys -port 443 -showcerts | awk ‘/BEGIN CERTIFICATE/ {p=1} ; p==1; /END CERTIFICATE/ {p=0}’ | awk ‘$0==“-----BEGIN CERTIFICATE-----” {n++} n>2’ | openssl x509 -outform der -out /tmp/ca.der

cp /tmp/ca.der /teddycloud/certs/client/ca.der"

My problem is, that I don’t run Teddycloud as a docker container, so the command doesn’t work in the console in proxmox.

in my root direcory are the following files:

drwx------ 3 root root 4096 Feb 8 21:10 .
drwxr-xr-x 18 root root 4096 Feb 8 13:15 …
-rw------- 1 root root 28 Feb 8 21:10 .bash_history
-rw-r–r-- 1 root root 600 Feb 8 12:42 .bashrc
-rw------- 1 root root 20 Feb 8 21:10 .lesshst
-rw-r–r-- 1 root root 161 Jul 9 2019 .profile
drwx------ 2 root root 4096 Sep 11 09:27 .ssh
-rw-r–r-- 1 root root 0 Feb 8 13:37 teddycloud_logs.txt
-rw-r–r-- 1 root root 165 Feb 8 12:42 .wget-hsts

where can i find my certs?