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) 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
