-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
Description
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'.