我有一个服务网站,也提供了一个api。
但是我的网站用户不能使用api,因为站点连接到cloudflare!
我通过file_get_contents连接到我的站点,但是得到了一个错误
这意味着我把mywebsite.com/test.php和mywebsite.com/api/v2联系上了..。
我发现了一个错误:
Warning: file_get_contents(): Peer certificate CN=`amazeservice.net' did not match expected CN=`mywebsite.com' in /home/mywebsite/pu
我无法在浏览器中打开Google、Youtube或其他网站。它显示证书身份验证错误。
我把它改成了一个值得信任的网站。现在它显示如下:
(Index of /[ICO] Name Last modified Size Description)
我不知道该怎么办。我不能用谷歌搜索。
其他网站,如facebook,yahoo和Gmail都能在浏览器中正确加载。
这是google-chrome中的信息:
Your connection is not private
Attackers might be trying to steal your information from
我已经成功地尝试了以下.txt,.sql,.java,但是我不能写扩展名为.pdf,.jpg,.zip的文件。
File file = new File("d:/myFolder/something.txt");
File file = new File("d:/myFolder/something.sql");
File file = new File("d:/myFolder/something.java");
// Executed Successfully for the above 3 but java.io.FileNotFound