We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4362be commit f9cf8e1Copy full SHA for f9cf8e1
integrations/symfony-bundle.rst
@@ -91,7 +91,8 @@ You can configure your clients with default options. These default values will b
91
acme:
92
factory: 'httplug.factory.curl'
93
config:
94
- 78: 4 #CURLOPT_CONNECTTIMEOUT
+ CURLOPT_CONNECTTIMEOUT: 4
95
+ CURLOPT_SSL_VERIFYHOST: false
96
97
.. code-block:: php
98
0 commit comments