From a53ee3c9ccd8facf012c48c0dc2371bb532e11c3 Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Fri, 9 Oct 2015 20:14:19 +0200 Subject: [PATCH] MT#15709 api-cert-auth workaround for wheezy this does not occur on docker (jessie) Change-Id: Iaef6c93dc404c932b3ffa163010a3489a9bbeb34 --- t/api-rest/api-cert-auth.t | 1 + 1 file changed, 1 insertion(+) 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, );