Skip to content

Commit

Permalink
MIG-1053 - Remove guzzle verify flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefdamokos committed Nov 1, 2024
1 parent b561f3d commit 6d6757b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Profile/Magento/Media/LocalMediaProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d6757b

Please sign in to comment.