You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by do...@apache.org on 2001/08/16 19:17:16 UTC

cvs commit: httpd-2.0/modules/ssl mod_ssl.c

dougm       01/08/16 10:17:16

  Modified:    modules/ssl mod_ssl.c
  Log:
  at least make a note of SSL_R_HTTP_REQUEST error (until this is properly dealt with)
  
  Revision  Changes    Path
  1.15      +3 -0      httpd-2.0/modules/ssl/mod_ssl.c
  
  Index: mod_ssl.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ssl/mod_ssl.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_ssl.c	2001/08/16 17:01:53	1.14
  +++ mod_ssl.c	2001/08/16 17:17:16	1.15
  @@ -382,6 +382,9 @@
                              fb->bufsiz);
                   fb->inptr = fb->inbase;
                   fb->incnt = strlen((char *)fb->inptr);
  +#else
  +                ssl_log(c->base_server, SSL_LOG_ERROR|SSL_ADD_SSLERR,
  +                        "SSL handshake failed: HTTP spoken on HTTPS port");
   #endif
               }
               else if (ssl_util_getmodconfig_ssl(pRec->pssl, "ssl::handshake::timeout")