Posts by forrester

    Thanks chewitt, so i'm thinking it's more a Feature Request than a Bug. ;)

    While writing this, i've tried to get connmann using my Proxy Configuration manually. My Libreelec-Raspi is connected over ethernet, so my steps for the connman-configuration are:

    Code
    connmanctl services
    *AR Wired                ethernet_b827eb498c13_cable
    
    connmanctl config ethernet_b827eb498c13_cable --proxy manual http://username:password@proxy-ip:port

    This configuration will be appended to "/storage/.cache/connman/ethernet_b827eb498c13_cable/settings" and will survive a reboot.

    The settings file looks like:

    I think the ip Settings in this file like address,gateway,dns .. had been read out of the kodi configs before and then given to connman.

    Why shouldn't it be possible for Libreelec to do the same for the proxy settings?

    I've a Raspi with Libreelec 12.0.0 running in a ipv4-LAN behind a http-proxy.
    The Proxy is the only way to connect to the internet.
    All other traffic will be logged and blocked by the firewall.

    In Kodi I've filled out the Proxy-Settings, and Kodi himself is using the Proxy correctly.

    But after starting Libreelec, the firewall-logs are continuously showing blocked IP's initiated by Libreelec:

    82.165.8.211:80
    212.227.81.55:80

    Obviously they are caused by the Connman Service during his online check procedure.
    Connman is doing these online check request for "ipv4.connman.net" without using the proxy configuration of Kodi and of course the checks will fail.

    Ok, when disabling these checks in the connman conf file with "EnableOnlineCheck=false" these checks are breaking off.

    But, why isn't Libreelec/connman using the Proxy-config from Kodi for these checks?
    So far as i Know, this is the only place in Libreelec where a proxy can be defined.