diff --git a/integrations/symfony-bundle.rst b/integrations/symfony-bundle.rst index 48a682a..b0e41b3 100644 --- a/integrations/symfony-bundle.rst +++ b/integrations/symfony-bundle.rst @@ -91,7 +91,8 @@ You can configure your clients with default options. These default values will b acme: factory: 'httplug.factory.curl' config: - 78: 4 #CURLOPT_CONNECTTIMEOUT + CURLOPT_CONNECTTIMEOUT: 4 + CURLOPT_SSL_VERIFYHOST: false .. code-block:: php