Getting SSL errors but only on a few websites, eg
curl “https://audiobookbay.lu”
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to audiobookbay.lu:443
The same curl command works perfectly on my Vero V
Is this a known issue with a workaround, or any idea where to start looking, thanks
Run the following command to add the staging repository: echo 'deb http://apt.osmc.tv bullseye-devel main' | sudo tee /etc/apt/sources.list.d/osmc-devel.list
Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you remove /etc/apt/sources.list.d/osmc-devel.list after updating.
This will deactivate the staging repository. You can do so with the following command: sudo rm /etc/apt/sources.list.d/osmc-devel.list.
Please note that we will automatically disable this update channel after 14 days on your device in case you forget to do so to ensure that your system reverts to the stable update channel.
Same response
osmc@kodi:~$ curl -k https://audiobookbay.lu
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to audiobookbay.lu:443
Also fails with IP instead of hostname
curl -k https://176.97.124.219
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 176.97.124.219:443