You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can configure options on the underlying Guzzle request using $request->addOption(string $name, mixed $value).
So you could write a request middleware that sets the verify option on each outgoing request and then use that as a downloader middleware in you spider.
Description
Hello, I'm sure this is possible I just couldn't find a reference to it in the docs.
How do you tell Roach to accept self signed certificates?
Cheers.
The text was updated successfully, but these errors were encountered: