重定向网站https后出现问题

时间:2017-09-29 19:38:59

标签: html http https

我有这个网格框用于我的最新消息,如下所示:

Everything works fine

现在我尝试将我的网站重定向到HTTPS,突然间我的日期和时间不起作用。

Date and Time doesn't work

我尝试将日期和时间链接更改为HTTPS,但仍然无效

我做错了吗?

这是我的HTML代码:

<div class="col_seventh up">
							<div class="hover panel">
							  <div class="front">
								<div class="box7">
								  <iframe scrolling="no" frameborder="no" clocktype="html5" style="overflow:hidden;border:0;margin:0;padding:0;width:250px;height:250px;" src="https://www.clocklink.com/html5embed.php?clock=039&timezone=AWST&color=black&size=250&Title=&Message=&Target=&From=2017,1,1,0,0,0&Color=black"></iframe>
								</div>
							  </div>
							  <div class="back">
								<div class="box8">
								  <iframe id="forecast_embed" frameborder="0" height="280" width="100%" src="https://forecast.io/embed/#lat=14.5995&lon=120.9842&name=Manila&color=#00aaff&font=Calibri&units=uk"></iframe>
								</div>
							  </div>
							</div>
						  </div>

1 个答案:

答案 0 :(得分:0)

您在iframe中使用的www.clocklink.com。它没有SSL证书。我试图在新标签中打开。 https不起作用,但在http中。因此,如果您的网站位于https,那么您无法在iframe中使用带有http的clocklink网站。

请找到一个新的时钟小部件,它也适用于https。