私は個人のストックプラットフォームを構築しています(配布されていません)。私が欲しいコンポーネントは、このページのEPSグラフです。
ご覧のとおり、ページはhttps
ですので、何日もかけて有効openssl
にしたところ、FacebookやTwitterのホームページなど、すべてのhttps
ページで機能しているように見えますが、必要なページではまだ機能していません。
file_get_contents('https://facebook.com'); /* works */
file_get_contents('https://twittercom'); /* works */
file_get_contents('https://eresearch.fidelity.com/eresearch/evaluate/fundamentals/earnings.jhtml?stockspage=earnings&symbols=AAPL&showPriceLine=yes');
警告が表示されます:
Warning: file_get_contents(): SSL: crypto enabling timeout in C:\xampp\htdocs\index.php on line 3
Warning: file_get_contents(): Failed to enable crypto in C:\xampp\htdocs\index.php on line 3
Warning: file_get_contents(https://eresearch.fidelity.com/eresearch/evaluate/fundamentals/earnings.jhtml?stockspage=earnings&symbols=AAPL&showPriceLine=yes): failed to open stream: operation failed in C:\xampp\htdocs\index.php on line 3
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\index.php on line 3
私が見ることができる唯一の違いは、忠実度ページのhttpsラベルの近くに三角形があることです。