When trying to crawl a website with https protocol PHPCrawler returns an error, saying
Error connecting to https://www.something.com: Host unreachable ().
However it does crawl sites with http://
protocol.
My Question is why is this happening, and Is there any way PHPCrawler can crawl sites with https protocol. Thanks.