spekulatius / PHPScraper

A universal web-util for PHP.
https://phpscraper.de
GNU General Public License v3.0
520 stars 73 forks source link

SSL certificate problem #71

Closed datlechin closed 2 years ago

datlechin commented 2 years ago

Symfony\Component\HttpClient\Exception\TransportException: SSL certificate problem: unable to get local issuer certificate for ***

Getting an error when trying to get data from a link that doesn't have ssl

image
spekulatius commented 2 years ago

Hey @datlechin,

I guess invalid certs aren't allowed. "Not secure" indicates that the browser made the same decision. Is your cert self-signed?

Cheers, Peter

datlechin commented 2 years ago

I know what I should do Thank you

spekulatius commented 1 year ago

Hey @datlechin

I've added support for disabling SSL checks. Just wanted to let you know in case you are still dealing with this issue.

Cheers, Peter