- Timestamp:
- Jan 11, 2020, 11:49:11 AM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 4e60dd8
- Parents:
- cf6f974
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_ocsp.c
rcf6f974 rde9b100 1141 1141 ap_get_module_config(server->module_config, &gnutls_module); 1142 1142 1143 if (sc->ocsp_cache == NULL) 1144 return "No OCSP response cache available, please check " 1145 "the GnuTLSOCSPCache setting."; 1146 1143 1147 if (sc->certs_x509_chain_num < 2) 1144 1148 return "No issuer (CA) certificate available, cannot enable " … … 1152 1156 return "No OCSP URI in the certificate nor a GnuTLSOCSPResponseFile " 1153 1157 "setting, cannot configure OCSP stapling."; 1154 1155 if (sc->ocsp_cache == NULL)1156 return "No OCSP response cache available, please check "1157 "the GnuTLSOCSPCache setting.";1158 1158 1159 1159 sc->ocsp = ocsp;
Note: See TracChangeset
for help on using the changeset viewer.