Changeset 5ab2868 in mod_gnutls
- Timestamp:
- Apr 30, 2018, 11:08:29 AM (5 years ago)
- Branches:
- asyncio, debian/master, main, master, proxy-ticket
- Children:
- ce5f776
- Parents:
- a6aa387
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
ra6aa387 r5ab2868 89 89 /* Is mod_proxy enabled? */ 90 90 int proxy_enabled; 91 /* A Plain HTTP request */92 int non_ssl_request;93 91 94 92 /* List of PKCS #11 provider modules to load, only valid in the -
src/gnutls_io.c
ra6aa387 r5ab2868 66 66 "GnuTLS handshake failed: HTTP spoken on HTTPS port; " 67 67 "trying to send HTML error page"); 68 mgs_srvconf_rec *sc = (mgs_srvconf_rec *)69 ap_get_module_config(f->c->base_server->module_config,70 &gnutls_module);71 68 ctxt->status = -1; 72 sc->non_ssl_request = 1;73 69 74 70 /* fake the request line */
Note: See TracChangeset
for help on using the changeset viewer.