Skip to content

Instantly share code, notes, and snippets.

@magickatt
Last active November 11, 2015 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magickatt/37f098ec044f8052676c to your computer and use it in GitHub Desktop.
Save magickatt/37f098ec044f8052676c to your computer and use it in GitHub Desktop.
Fix SSL certificate problem with Behat, Guzzle and Goutte
default:
suites:
web:
paths: [ %paths.base%/features ]
contexts: [ WebContext ]
extensions:
Behat\MinkExtension:
base_url: 'https://localhost'
goutte:
guzzle_parameters:
verify: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment