Skip to content

After update Fedora 42 REST URI is not working anymore #5141

@cgrzemba

Description

@cgrzemba

Issue observed on Fedora 42.

The REST API do not work with the old/generic URI syntax:

172.19.99.217 - - [27/Jun/2025:08:22:57 +0200] "GET /pki/rest/info HTTP/1.1" 404 784
172.19.99.217 - - [27/Jun/2025:08:22:57 +0200] "GET /ca/rest/certrequests/profiles HTTP/1.1" 404 804
172.19.99.184 - - [27/Jun/2025:09:47:31 +0200] "GET /pki/rest/apps HTTP/1.1" 404 773
172.19.99.217 - - [27/Jun/2025:10:04:23 +0200] "POST /ca/rest/certs/search HTTP/1.1" 404 795
172.19.99.217 - - [27/Jun/2025:11:47:51 +0200] "GET /ca/rest/account/login HTTP/1.1" 404 796
172.19.99.217 - - [27/Jun/2025:12:00:29 +0200] "GET /ca/rest/admin/users HTTP/1.1" 404 794

But pki-tomcat server works if I replace 'rest' with 'v2', like here:

172.19.99.184 - - [27/Jun/2025:13:33:59 +0200] "GET /pki/v2/info HTTP/1.1" 200 113

I guess 'rest'-URI's should be mapped to 'v2'.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions