Update - I was able to use curl to download the repomd.xml file that Pulp seems to be choking on. So I am definitely thinking this is a Pulp 2.3 problem.
This worked: sudo curl -v https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/os/repodata/repomd.xml--cacert /etc/rhsm/ca/redhat-uep.pem --cert /etc/pki/entitlement/1545770057920900266.pem --key /etc/pki/entitlement/1545770057920900266-key.pem On Fri, Mar 7, 2014 at 4:02 PM, Christina Plummer <[email protected]>wrote: > I've been working with Pulp 2.1.3 for several months, and decided that I > wanted to get 2.3.1 stood up on a new server and migrate over to it. > Unfortunately, I have not been able to get Pulp 2.3.1 to sync from the Red > Hat channels. Here is the error I get: > Downloading metadata... > [\] > ... failed > > HTTPSConnectionPool(host='cdn.redhat.com', port=443): Max retries > exceeded with > url: /content/dist/rhel/server/6/6Server/x86_64/os/repodata/repomd.xml > (Caused > by <class 'socket.error'>: [Errno 104] Connection reset by peer) > > I don't believe I have a network or subscription/entitlement issue, > because I am able to use yum to update packages from cdn.redhat.com. I > set up my Pulp 2.3.1 repos in the same way as I have them on my 2.1.3 > server, e.g. > > sudo pulp-admin rpm repo create --repo-id=live-rhel6-x86_64 > --description="RHEL6 x86_64 Latest" > --feed-cert=/etc/pki/entitlement/1545770057920900266.pem > --feed-key=/etc/pki/entitlement/1545770057920900266-key.pem > --feed=https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/os > --retain-old-count=1<https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/os--retain-old-count=1>--validate=true > --relative-url=rhel6/x86_64 --serve-http=true > --serve-https=false > --gpg-key=/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-release > I am still able to sync from RHN to my Pulp 2.1.3 server, so there doesn't > seem to be an issue with Red Hat itself. > > It seems like an SSL error, but I can't figure out what it would be... I > tried adding --feed-ca-cert=/etc/rhsm/ca/redhat-uep.pem, but that didn't > seem to have any effect (and hasn't been needed on my 2.1.3 server). > > Any ideas? Has anyone else got syncing from cdn.redhat.com working on > Pulp 2.3.1? > > Thanks, > Christina > >
_______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
