OPNsense Forum

English Forums => 24.7, 24.10 Legacy Series => Topic started by: pbk on August 20, 2024, 06:13:01 PM

Title: Remove Revocation: Endpoint not found
Post by: pbk on August 20, 2024, 06:13:01 PM
Deleting a revocation under "System: Trust: Revocation" trows error "Endpoint not found". Happens in 24.7_x and 24.7.1.

Certs have been revoked sometimes with 24.1 or 23.x – so it might be something that happens to older entries only. Have no newer revocations.
Title: Re: Remove Revocation: Endpoint not found
Post by: AdSchellevis on August 20, 2024, 06:24:13 PM
It looks like we missed a spot there, the delete action wasn't implemented. Just added it in https://github.com/opnsense/core/commit/59b4defd5b8de19f886d57ef55d0a3a05f048ec9

Best regards,

Ad
Title: Re: Remove Revocation: Endpoint not found
Post by: pbk on August 30, 2024, 11:47:40 AM
Could it be that this didn't make it into the 24.7.3 (or not fully)?

I tried an API request and the response from trust/crl/search doesn't contain a UUID like cert/search or ca/search.

So I assume that the UI doesn't get a UUID, too and therefore cannot remove the CRL entry.
Title: Re: Remove Revocation: Endpoint not found
Post by: AdSchellevis on August 30, 2024, 12:04:48 PM
best check from the gui, if it doesn't crash there, it's in.
Title: Re: Remove Revocation: Endpoint not found
Post by: pbk on August 30, 2024, 01:00:03 PM
Ah. My mistake. I got a bit confused because it looks different from 24.1 and it shows less information in the list view. And it seemed as if the remove did nothing. It does.

Remove works. No errors :-)