Cacher (Apt-cacher-ng): issues with fedora updates

I cannot get the cisco repo to work .

I tried adding the base url, doing passthrough for the fedora.codecs url and not doing any caching for the .xml files.

Did anybody get it to work on fedora 41 / 42 ?

This is the base URL I tried:
baseurl=http://HTTPS///codecs.fedoraproject.org/openh264/$releasever/x86_64/repodata/

Yeah solved it.

You only need to add this url:
baseurl=http://HTTPS///codecs.fedoraproject.org/openh264/$releasever/x86_64/

Here the full repofile in case anybody is interested…

Repo

[fedora-cisco-openh264]
name=Fedora $releasever openh264 (From Cisco) - $basearch
metalink=http://HTTPS///mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch&protocol=http
baseurl=http://HTTPS///codecs.fedoraproject.org/openh264/$releasever/x86_64/
type=rpm
enabled=1
metadata_expire=14d
repo_gpgcheck=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=True

[fedora-cisco-openh264-debuginfo]
name=Fedora $releasever openh264 (From Cisco) - $basearch - Debug
metalink=http://HTTPS///mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch&protocol=http
type=rpm
enabled=0
metadata_expire=14d
repo_gpgcheck=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=True

[fedora-cisco-openh264-source]
name=Fedora $releasever openh264 (From Cisco) - $basearch - Source
metalink=http://HTTPS///mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-source-$releasever&arch=$basearch&protocol=http
type=rpm
enabled=0
metadata_expire=14d
repo_gpgcheck=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=True