[requestException] cURL error 60: SSL certificate problem: unable to get local issuer certificate #348
|
Hi, all.
I am using this in laravel (latest version for now) 8.26 made a console command to run it: My class looks like this: openssl in |
Answered by
rajakhoury
Feb 16, 2021
Replies: 2 comments 2 replies
|
here one way to do it. Extend the Crawler class and override the GuzzleHttp Client options. e.g Then in MyCrawler do this: |
2 replies
Answer selected by
freekmurze
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here one way to do it. Extend the Crawler class and override the GuzzleHttp Client options.
e.g
Then in MyCrawler do this: