diff --git a/t/api-rest/api-cert-auth.t b/t/api-rest/api-cert-auth.t index f8dc534b5c..a29cca9242 100644 --- a/t/api-rest/api-cert-auth.t +++ b/t/api-rest/api-cert-auth.t @@ -68,6 +68,7 @@ SKIP: { # successful auth $ua->ssl_opts( SSL_cert_file => $valid_ssl_client_cert, + SSL_key_file => $valid_ssl_client_key, SSL_verify_mode => 0, verify_hostname => 0, );