[mod_openssl] disable cert vrfy if ALPN acme-tls/1
disable client cert verification if ALPN "acme-tls/1"
This commit is contained in:
parent
f7bac374ee
commit
ce7840504d
|
@ -824,6 +824,8 @@ mod_openssl_acme_tls_1 (SSL *ssl, handler_ctx *hctx)
|
|||
break;
|
||||
}
|
||||
|
||||
hctx->conf.ssl_verifyclient_enforce = 0;
|
||||
SSL_set_verify(ssl, SSL_VERIFY_NONE, NULL);
|
||||
rc = SSL_TLSEXT_ERR_OK;
|
||||
} while (0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue