Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/haskell/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ssl Heroku试图在我的自定义域上从https://而不是http://加载资源-我如何修复此问题?_Ssl_Heroku - Fatal编程技术网

Ssl Heroku试图在我的自定义域上从https://而不是http://加载资源-我如何修复此问题?

Ssl Heroku试图在我的自定义域上从https://而不是http://加载资源-我如何修复此问题?,ssl,heroku,Ssl,Heroku,在我的自定义域(freedyno,nossl)上,它试图从HTTPS加载资源(样式表等),这显然是失败的,给了我一个机会https://mycustomdomain/img/favicon.ico net::ERR\u SSL\u无法识别的\u名称\u警报(等等)错误 有什么想法吗?我所有的谷歌搜索都失败了,类似的问题也没有有效的解决办法。 请使用http://而不是https://访问您的网站,如果这不能解决您的问题,则意味着您在代码中明确引用了https://。谢谢,我也尝试过。出于某种奇怪

在我的自定义域(freedyno,nossl)上,它试图从HTTPS加载资源(样式表等),这显然是失败的,给了我一个机会https://mycustomdomain/img/favicon.ico net::ERR\u SSL\u无法识别的\u名称\u警报(等等)错误

有什么想法吗?我所有的谷歌搜索都失败了,类似的问题也没有有效的解决办法。

请使用
http://
而不是
https://
访问您的网站,如果这不能解决您的问题,则意味着您在代码中明确引用了
https://
。谢谢,我也尝试过。出于某种奇怪的原因,它仍然从https加载?!我想找到它在哪里显式指定https://。。。我猜它和Heroku有关?