Problem:
I’ve managed to sucessfully create an remote repo for redhat 7/8 using the certificates provided by redhat, however I am unable to run a sync… I get the below error…
Started background task /pulp/api/v3/tasks/f15222fa-5924-4cbe-b7fa-c8ccbad1b860/
Error: Task /pulp/api/v3/tasks/f15222fa-5924-4cbe-b7fa-c8ccbad1b860/ failed: ‘no start line: cadata does not contain a certificate (_ssl.c:4161)’
here is the repo output
{
“pulp_href”: “/pulp/api/v3/remotes/rpm/rpm/019e4c89-e7c2-444b-a0c7-0b4ea05d1247/”,
“pulp_created”: “2021-12-07T02:25:44.544901Z”,
“name”: “rhel-7-x86_64”,
“url”: “https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os”,
“ca_cert”: “/etc/pki/rhel/rhel_ssl_ca.crt”,
“client_cert”: “/etc/pki/rhel/rhel_ssl.crt”,
“tls_validation”: false,
“proxy_url”: null,
“pulp_labels”: {},
“pulp_last_updated”: “2021-12-07T02:25:44.544923Z”,
“download_concurrency”: 1000,
“max_retries”: null,
“policy”: “immediate”,
“total_timeout”: null,
“connect_timeout”: 5.0,
“sock_connect_timeout”: null,
“sock_read_timeout”: null,
“headers”: null,
“rate_limit”: null,
“sles_auth_token”: null
}
Expected outcome:
Should be able to sync redhat repos.
Pulpcore version:
latest 3.16
Pulp plugins installed and their versions:
pulp-rpm: latest
pulp-file: latest
Operating system - distribution and version:
Redhat server 7
Other relevant data:
Please let me know if you need further logs and how to collect them.
Thanks