mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 09:29:13 +00:00 
			
		
		
		
	tests: More debugging info for CRL API calls
This commit is contained in:
		| @@ -39,6 +39,7 @@ class RevocationListResource(object): | ||||
|                 logger.debug(u"Serving revocation list to %s in PEM format", req.context.get("remote_addr")) | ||||
|                 try: | ||||
|                     resp.body = export_crl() | ||||
|                     logger.debug(u"Serving %s to client", resp.body) | ||||
|                 except: | ||||
|                     logger.debug(u"Failed to export CRL, are you sure signer is running?") | ||||
|                     raise falcon.HTTPInternalServerError("Failed to export CRL") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user