diff --git a/src/ssl_sock.c b/src/ssl_sock.c index 42a71c99d..eb1d88c20 100644 --- a/src/ssl_sock.c +++ b/src/ssl_sock.c @@ -1771,7 +1771,7 @@ int ssl_sock_prepare_ctx(struct bind_conf *bind_conf, SSL_CTX *ctx, struct proxy if (!store || !X509_STORE_load_locations(store, bind_conf->crl_file, NULL)) { Alert("Proxy '%s': unable to configure CRL file '%s' for bind '%s' at [%s:%d].\n", - curproxy->id, bind_conf->ca_file, bind_conf->arg, bind_conf->file, bind_conf->line); + curproxy->id, bind_conf->crl_file, bind_conf->arg, bind_conf->file, bind_conf->line); cfgerr++; } else {