Omega IPTV Simple Client - no logos, no poster

Hi, Coreelec 21 does not load logos or posters. EPG source is Webgrabplus. Everything works in Coreelec 20

https://wiki.coreelec.org/coreelec:ce_support

epg logging (rest of log data deleted)
kodi epg.log (25.9 KB)

Next time check the log yourself and you will spot this

2024-09-14 11:31:53.674 T:3930    error <general>: CCurlFile::Open - <https://www.sms.cz/kategorie/televize/bmp/loga/velka/prima.png> Failed with code 0:

and when I try this

$ curl -v https://www.sms.cz/kategorie/televize/bmp/loga/velka/ct1.png 
*   Trying 89.29.94.130:443...
* TCP_NODELAY set
* Connected to www.sms.cz (89.29.94.130) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (OUT), TLS alert, handshake failure (552):
* error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small
* Closing connection 0
curl: (35) error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small

which means it is the issue with the server.

I still can’t deal with it. I don’t have openssl.cnf and when I create it on my PC, I can’t place it in the folder etc/ssl/

The problem is on server not on CE device.

so i don’t do anything about it? It works in CE 20

I think the problem is because server has enabled too weak ciphers.

okay, thanks. I’ll stick with CE20.5 for now.

tested on Kodi 21 (windows, android) …the logos are displayed

Compare kodi log file to spot the difference.