Changeset 8510282 in mod_gnutls
- Timestamp:
- Jan 4, 2020, 10:46:48 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- bbc9b03
- Parents:
- 2c4504f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.mdwn
r2c4504f r8510282 643 643 responses over HTTP. Reasons to use this option include: 644 644 645 * Performing OCSP requests separate from the web server, to prevent slow 646 responses from stalling handshakes. 645 * Performing OCSP requests separate from the web server. 647 646 * The issuer CA uses an access method other than HTTP. 648 647 * Testing … … 686 685 responder. A shorter value increases the load on both sides, a longer 687 686 one means that stapling will remain disabled for longer after a failed 688 request. 687 request. The auto-refresh mechanism updates OCSP responses before they 688 expire and can cover short unavailability of OCSP responders, see 689 [`GnuTLSOCSPAutoRefresh`](#gnutlsocspautorefresh) for details. 689 690 690 691 ### GnuTLSOCSPFuzzTime
Note: See TracChangeset
for help on using the changeset viewer.