spekulatius / PHPScraper

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

Fix HTTPClient config #194

Closed szepeviktor closed 7 months ago

szepeviktor commented 10 months ago

This is the unplanned contribution 🙃

verify_host should be the opposite of disable_ssl.

https://symfony.com/doc/current/reference/configuration/framework.html#verify-host

Please consider https://github.com/spekulatius/PHPScraper/pull/192#discussion_r1306719137

spekulatius commented 10 months ago

Hey @szepeviktor

just a quick update on this one: I'm still preparing some other changes to include in the next release along with this.

Cheers, Peter