From 820900ad27f104df66f5e8fe509138582ffcc0d4 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 29 Jun 2016 22:15:02 +0200 Subject: [PATCH 1/2] Show that we allow CURL constant names --- integrations/symfony-bundle.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrations/symfony-bundle.rst b/integrations/symfony-bundle.rst index 48a682a..d95ef99 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: 0 .. code-block:: php From 13854f98138a23f5ec16dee3c2aacb875832af20 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 30 Jun 2016 09:52:49 +0200 Subject: [PATCH 2/2] Update symfony-bundle.rst --- integrations/symfony-bundle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/symfony-bundle.rst b/integrations/symfony-bundle.rst index d95ef99..b0e41b3 100644 --- a/integrations/symfony-bundle.rst +++ b/integrations/symfony-bundle.rst @@ -92,7 +92,7 @@ You can configure your clients with default options. These default values will b factory: 'httplug.factory.curl' config: CURLOPT_CONNECTTIMEOUT: 4 - CURLOPT_SSL_VERIFYHOST: 0 + CURLOPT_SSL_VERIFYHOST: false .. code-block:: php