Hi guys
Various "howtos" on the net rarely mention SSL and I get - 
after such repo deployment - 'pull' complaining about HTTP, 
until I added certs.
Question - perhaps it's not allowed by recent 'podman' 
versions to have insecure repo?
my 'registries.conf':
[registries.search]
registries = ["mine.private:5000", 
"registry.fedoraproject.org", "registry.access.redhat.com", 
"registry.centos.org", "quay.io", "docker.io"]
[registries.insecure]
registries = ['mine.private:5000']
many thanks, L.