On 03/18/2015 02:30 AM, Alex Harvey wrote: > Hi all > > I am new to Pulp and I'm getting stuck with cryptic error messages: > > I created a repo using the following command: > > # pulp-admin -u admin -p admin rpm repo create --repo-id centos-6.5-x86_64 > --feed http://centos.mirror.crucial.com.au/6.5/os/x86_64/ > > I am now trying to do the initial synchronisation using: > > # pulp-admin -u admin -p admin rpm repo sync run --repo-id centos-6.5-x86_64 > > +----------------------------------------------------------------------+ > > Synchronizing Repository [centos-6.5-x86_64] > > +----------------------------------------------------------------------+ > > > An internal error occurred on the Pulp server: > > > RequestException: POST request > > on /pulp/api/v2/repositories/centos-6.5-x86_64/actions/sync/ failed with > 500 - > > connection-forced: Authentication failed(320)
Are there any errors in /var/log/messages? There were a couple of bugs related to qpid auth that were fixed in the upcoming 2.6.0 release. If you are OK with disabling qpid authentication, you can set "auth=no" in /etc/qpid/qpidd.conf as a workaround, and then restart qpidd and pulp services. More information about qpid and ssl is available at http://pulp.readthedocs.org/en/stable/user-guide/installation.html > > I have tried setting verify_ssl to false in a number of places: > > # grep -r verify_ssl /etc/pulp/ > > > > /etc/pulp/server.conf:verify_ssl: false > > /etc/pulp/repo_auth.conf:# verify_ssl: true > > /etc/pulp/repo_auth.conf:verify_ssl: false > > /etc/pulp/admin/admin.conf:verify_ssl = false > > Has anyone seen this before? > > Best regards, > Alex > > > > _______________________________________________ > Pulp-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/pulp-list > _______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
