i was running Openhabian 2.5 on a Raspi for years, now i updatet to OH3 Synology Docker and my curl commands are not working anymore.
I´m usig curl in shell scripts, which isn´t working anymore.
If i try the curl over the cli, the command is acceped, but nothing happens.
What i´m doing wrong, or what i have to change on the curl command, that it´s working on OH3 Docker.
There are no log entries, or error, so it´s hard to debug.
Well … how do you know that it is accepted ? It does not show any error message but that is what you instructed curl to do … You use the command switch -s which means silent, do not write out error messages.
Remove the -s from command line and try again.