diff --git a/src/ClassCodeBundle/Command/VerifyStructuresLogoCommand.php b/src/ClassCodeBundle/Command/VerifyStructuresLogoCommand.php index 0d434a942d2fb10fdad736f8b733f695b81d4ca9..676f621360bb2c88d4deda0fdb7591ab7ab4f11b 100644 --- a/src/ClassCodeBundle/Command/VerifyStructuresLogoCommand.php +++ b/src/ClassCodeBundle/Command/VerifyStructuresLogoCommand.php @@ -114,6 +114,7 @@ class VerifyStructuresLogoCommand extends ContainerAwareCommand \curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); \curl_setopt($ch, CURLOPT_ENCODING, ""); \curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); + \curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); \curl_exec($ch); $code = \curl_getinfo($ch, CURLINFO_HTTP_CODE);