spekulatius / PHPScraper

A universal web-util for PHP.

Home Page:https://phpscraper.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL certificate problem

datlechin opened this issue · comments

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

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

I know what I should do
Thank you

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