mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
"Oops" has two o's in it. :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -509,7 +509,7 @@ static void ssl_init_verify(server_rec *s,
|
||||
|
||||
if (sk_X509_NAME_num(ca_list) == 0) {
|
||||
ssl_log(s, SSL_LOG_WARN,
|
||||
"Init: Ops, you want to request client authentication, "
|
||||
"Init: Oops, you want to request client authentication, "
|
||||
"but no CAs are known for verification!? "
|
||||
"[Hint: SSLCACertificate*]");
|
||||
}
|
||||
@@ -690,7 +690,7 @@ void ssl_init_ConfigureServer(server_rec *s,
|
||||
|
||||
if (!ok) {
|
||||
ssl_log(s, SSL_LOG_ERROR,
|
||||
"Init: (%s) Ops, no RSA or DSA server certificate found?!",
|
||||
"Init: (%s) Oops, no RSA or DSA server certificate found?!",
|
||||
vhost_id);
|
||||
ssl_log(s, SSL_LOG_ERROR,
|
||||
"Init: (%s) You have to perform a *full* server restart "
|
||||
@@ -810,7 +810,7 @@ void ssl_init_ConfigureServer(server_rec *s,
|
||||
|
||||
if (!ok) {
|
||||
ssl_log(s, SSL_LOG_ERROR,
|
||||
"Init: (%s) Ops, no RSA or DSA server private key found?!",
|
||||
"Init: (%s) Oops, no RSA or DSA server private key found?!",
|
||||
vhost_id);
|
||||
ssl_die();
|
||||
}
|
||||
|
@@ -986,7 +986,7 @@ long ssl_io_data_cb(BIO *bio, int cmd,
|
||||
(cmd == (BIO_CB_WRITE|BIO_CB_RETURN) ? "write" : "read"),
|
||||
rc, argi, (cmd == (BIO_CB_WRITE|BIO_CB_RETURN) ? "to" : "from"),
|
||||
bio, argp,
|
||||
(argp != NULL ? "(BIO dump follows)" : "(Ops, no memory buffer?)"));
|
||||
(argp != NULL ? "(BIO dump follows)" : "(Oops, no memory buffer?)"));
|
||||
if (argp != NULL)
|
||||
ssl_io_data_dump(s, argp, rc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user