Menu

Problems crawling SSL(https)-Sites with PHP > 5.6.0

Help
Anonymous
2016-05-24
2018-09-17
  • Anonymous

    Anonymous - 2016-05-24

    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

     
  • Anonymous

    Anonymous - 2016-06-12

    great Fix!

    Thx for your help! ;)

     
  • Anonymous

    Anonymous - 2016-10-24
    Thanks for the fixxxxxx
    
     

    Last edit: Anonymous 2016-12-15
  • Anonymous

    Anonymous - 2016-12-15

    Excellent, thank you!

     

    Last edit: Anonymous 2016-12-15
  • Anonymous

    Anonymous - 2017-01-12

    great!

     
  • Anonymous

    Anonymous - 2017-01-19

    thx you. verygood

     
  • Anonymous

    Anonymous - 2017-10-03

    thank you boss

     
  • Anonymous

    Anonymous - 2018-07-11

    thanks!

     
  • Anonymous

    Anonymous - 2018-09-17

    Thanks. It works.

     
  • Anonymous

    Anonymous - 2022-07-09
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel