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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user