表单提交不适用于SSL - net :: ERR_INSECURE_RESPONSE

时间:2016-02-16 14:03:37

标签: php html forms ssl https

我们开始使用TLS 1.2 SSL证书,但我的联系表单突然停止工作。

Chrome控制台显示:

POST https://website.com/send.php net::ERR_INSECURE_RESPONSE

index.htmlsend.php位于同一目录中。我使用.htaccess文件将会话从 http 重定向到 https 。 表单数据通过以下方式提交给iframe:

<form id="mat-form" method="post" action="https://website.com/send.php" target="submitted"> 
<input type="submit" name="submit">
</form>

提交的数据永远不会通过电子邮件到达,因为它以某种方式被阻止。我该如何解决这个问题?

0 个答案:

没有答案