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
This commit is contained in:
Mauricio Sánchez
2015-02-21 23:19:29 -05:00
parent ba5329be65
commit bcc4fd4300

View File

@@ -216,7 +216,7 @@ the following parameters to avoid the validation error triggered by Guzzle :
my_session: my_session:
goutte: goutte:
guzzle_parameters: guzzle_parameters:
ssl.certificate_authority: false verify: false
* ``Selenium2Driver`` - javascript driver. In order to use it, modify your * ``Selenium2Driver`` - javascript driver. In order to use it, modify your
``behat.yml`` profile: ``behat.yml`` profile: