From bcc4fd43000e08b0d385b79a9da164bcb832ed2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauricio=20S=C3=A1nchez?= Date: Sat, 21 Feb 2015 23:19:29 -0500 Subject: [PATCH] Update docs for disable SSL certificate verification in Guzzle Update docs for disable SSL certificate verification behaviour in Guzzle 5 using the verify option, see: http://docs.guzzlephp.org/en/latest/clients.html?highlight=verify#event-subscribers --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 409d400..ead5dab 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -216,7 +216,7 @@ the following parameters to avoid the validation error triggered by Guzzle : my_session: goutte: guzzle_parameters: - ssl.certificate_authority: false + verify: false * ``Selenium2Driver`` - javascript driver. In order to use it, modify your ``behat.yml`` profile: