-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting a revoked client brings to the 404 page #85
Comments
Hi @zawyelwin, thanks for the reporting. Let me test it, looks like a bug. EDIT: Did you tried to delete certs created with UI or it were old certificates? I tried to test it with |
I tried to delete the certs created from UI. I am also using the same versions as yours. BTW setup using this https://github.com/d3vilh/openvpn-aws. Thanks for looking into it. |
I am having the same problem and I am not running openvpn-aws. It seems like the UI got stuck thinking that there is a cert to be deleted, when you try to delete it (press the delete button) it redirects you to the 404 page. |
The issue likely occurred in this section
The Delete (Burn) function expects three parameters (dynamic variables) from the router annotation: CN Name (Common Name) In my case, a 404 page was returned because the TFAname parameter was missing. Therefore, you can remove certificates using the curl command with the appropriate parameters using the following URL structure: /host/certificates/burn/CNname/Serial/TFAname For example
Thanks! I hope this helps! |
When attempting to delete a revoked client, the action redirects to a 404 error page. The deletion process works perfectly if the client is deleted immediately after revocation. However, if the page is refreshed before attempting to delete the client, it results in a 404 error page.
The text was updated successfully, but these errors were encountered: