You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
606 B
15 lines
606 B
6 years ago
|
--- a/modules/ssl/ssl_engine_io.c 2014/10/20 09:11:19 1633084
|
||
|
+++ b/modules/ssl/ssl_engine_io.c 2014/10/20 09:18:22 1633085
|
||
|
@@ -1322,6 +1322,11 @@
|
||
|
"\"SSLVerifyClient optional_no_ca\" "
|
||
|
"configuration");
|
||
|
ssl_log_ssl_error(SSLLOG_MARK, APLOG_INFO, server);
|
||
|
+
|
||
|
+ /* on session resumption ssl_callback_SSLVerify()
|
||
|
+ * will not be called, therefore we have to set it here
|
||
|
+ */
|
||
|
+ sslconn->verify_info = "GENEROUS";
|
||
|
}
|
||
|
else {
|
||
|
const char *error = sslconn->verify_error ?
|