diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 769adef6..a0a1cd25 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -23,8 +23,10 @@
+
+ slow
+ -->
diff --git a/tests/URLExtractorTest.php b/tests/URLExtractorTest.php
index f7a061fa..ed8660f9 100644
--- a/tests/URLExtractorTest.php
+++ b/tests/URLExtractorTest.php
@@ -27,7 +27,8 @@ class URLExtractorTest extends HTTPClientTestAbstract{
protected function initClient():ClientInterface{
- $this->options->curl_options = [
+ $this->options->ssl_verifypeer = false;
+ $this->options->curl_options = [
CURLOPT_FOLLOWLOCATION => false,
CURLOPT_MAXREDIRS => 25,
];