Skip to content
Advertisement

How can I fix the SSL problem in Symfony/Goutte

I’m trying to make a request to the website with Symfony/Goutte but I’m receiving such error:

JavaScript

Here’s the code:

JavaScript

How to fix this?

Advertisement

Answer

You need to add HttpClient and disable SSL check… (do this only for debug) not in production!

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