- Timestamp:
- Jun 1, 2016, 1:01:20 PM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- fd6bb19
- Parents:
- 68ce93c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_ocsp.c
r68ce93c r4ae7810 292 292 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, server, 293 293 "OCSP stapling is enabled but no CA certificate " 294 "available, make sure it is included in " 295 "GnuTLSCertificateFile!"); 294 "available for %s:%d, make sure it is included in " 295 "GnuTLSCertificateFile!", 296 server->server_hostname, server->addrs->host_port); 296 297 return HTTP_NOT_FOUND; 297 298 }
Note: See TracChangeset
for help on using the changeset viewer.