Skip to content
Advertisement

PHP Laravel cURL SSL certificate problem: unable to get local issuer certificate

I my project written in Laravel I have method that get number value from server:

JavaScript

And when I call this code I get error in my browser:

JavaScript

Advertisement

Answer

IlluminateSupportFacadesHttp::withOptions([]) accept guzzlet http options https://docs.guzzlephp.org/en/stable/request-options.html#verify

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement