[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 |
Beta Was this translation helpful? Give feedback.
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: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
here one way to do it. Extend the Crawler class and override the GuzzleHttp Client options.
e.g
Then in MyCrawler do this: