Bug #3090
closed
CRL manager - revocation reason dropdown is no-op
Added by Doktor Notor about 12 years ago.
Updated about 12 years ago.
Description
As per subject.

- Status changed from New to Rejected
Is there a forum thread for this?
It works fine for me. Once a cert is added to the CRL, the reason column is filled in. The Reason is a property of the certificate being revoked, not of the CRL itself.
Tried it on a VM full install and ALIX both on a current snapshot, reason drop-down is always filled in for me.
Fixed by
--- /etc/inc/certs.inc 2013-07-10 05:35:46.000000000 +0200
+++ etc/inc/certs.inc 2013-07-11 20:10:53.000000000 +0200
@@ -576,6 +576,7 @@
OCSP_REVOKED_STATUS_REMOVEFROMCRL
*/
+global $openssl_crl_status;
$openssl_crl_status = array(
OCSP_REVOKED_STATUS_NOSTATUS => "No Status (default)",
OCSP_REVOKED_STATUS_UNSPECIFIED => "Unspecified",
Thanks, Jim!
- Status changed from Rejected to Resolved
For the record, it seems to be that when an ALIX is starved for RAM, somehow globals start disappearing unless they're explicitly declared global. Might need to go through other .inc files and be on the lookout for other similar issues.
Weird... when the poor little thing really gets abused too heavily and runs out of RAM, I get php killed in system log. No such thing at the moment.
Also available in: Atom
PDF