I was having massive Problems crawling SSL-Sites after a PHP-version update. After a bit of hacking I found the Error: The socket was returning 'Host unreachable'
Solution:
in PHPCrawlerHTTPRequest.class.php Row 551:
Replace 'SNI_server_name' with 'peer_name'
SNI_server_name is not supported by PHP > 5.6.0.
Works like a charm now, hope this helps someone else. Thank you, Uwe, for your wonderful tool..
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
I was having massive Problems crawling SSL-Sites after a PHP-version update. After a bit of hacking I found the Error: The socket was returning 'Host unreachable'
Solution:
in PHPCrawlerHTTPRequest.class.php Row 551:
Replace 'SNI_server_name' with 'peer_name'
SNI_server_name is not supported by PHP > 5.6.0.
Works like a charm now, hope this helps someone else. Thank you, Uwe, for your wonderful tool..
Peter
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
great Fix!
Thx for your help! ;)
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Last edit: Anonymous 2016-12-15
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Excellent, thank you!
Last edit: Anonymous 2016-12-15
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
great!
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
thx you. verygood
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
thank you boss
thanks!
Thanks. It works.