diff --git a/src/Profile/Magento/Media/LocalMediaProcessor.php b/src/Profile/Magento/Media/LocalMediaProcessor.php index b09f3ef..8ade49b 100644 --- a/src/Profile/Magento/Media/LocalMediaProcessor.php +++ b/src/Profile/Magento/Media/LocalMediaProcessor.php @@ -374,9 +374,7 @@ private function downloadMediaFiles( Context $context, ): array { // Do download requests and store the promises - $client = new Client([ - 'verify' => false, - ]); + $client = new Client(); $promises = $this->doMediaDownloadRequests($media, $mappedWorkload, $client, $shopUrl); // Wait for the requests to complete, even if some of them fail