Hi,
I am using Pulp-RPM for creating repository, remote, sync, publish and distribution. While creating content guard I am getting an 404 Not found error.
ERROR:
Command : http POST http://localhost:24817/pulp/api/v3/contentguards/certguard/x509/ name=AL23Guard ca_certificate=@/root/easy-rsa/easyrsa3/pki/ca.pem
Output :
HTTP/1.1 404 Not Found
Access-Control-Expose-Headers: Correlation-ID
Connection: close
Content-Length: 179
Content-Type: text/html; charset=utf-8
Correlation-ID: 7780f6eaa7c249d699489e671f36d2b6
Cross-Origin-Opener-Policy: same-origin
Date: Thu, 31 Aug 2023 07:52:52 GMT
Referrer-Policy: same-origin
Server: gunicorn
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
<!doctype html>
Not FoundNot Found
The requested resource was not found on this server.
The same error I am also getting when I use port 8080 instead of 24817
Pulpcore version:
pulp-rpm 3.22.3
pulpcore 3.31.0
Operating system - distribution and version:
Amazon Linux 2023
Other relevant data:
This is the documentation I am following : Create, Sync and Publish a Repository — Pulp RPM Support 3.22.3 documentation
Can you please help me with what I am missing.
I really appreciate your time and help.
Thank You!