SSL模式下的网站无法在firefox

时间:2017-11-21 09:38:36

标签: apache .htaccess firefox https

在https迁移我的网站之后,该网站在chrome,Internet Explorer和safari上运行良好,但对于firefox则不然。 Html页面不下载所有资源(css,js和图像......)我有501响应
See firefox developper tools screenshot here

我也在apache日志文件中出现如下错误: [error] [client 88.219.231.11] request \ x9dGET /medias/new-search.png HTTP / 1.1中的无效方法,引用者:https://www

请问有什么想法吗? 在GET方法之前,我没有看到HEX字符 \ x9d 来自哪里? 为什么我只有firefox有这个问题?

注意:当我多次询问html页面时,开发面板中501错误消息的数量会减少

1 个答案:

答案 0 :(得分:0)

我找到了问题并修复了它。 它来自wamp资源。(openSSL) 解决它:
  - 我下载了openSSL v1.1.0 from this link
  - 安装它   - 在已安装的目录中,复制文件(bin \ openssl.cfg,bin \ libeay32.dll bin \ ssleay32.dll)并将其粘贴到bin / apacheVersion / bin /(以重新设置旧文件)
  - 将复制的文件openssl.cfg重命名为openssl.cnf
  - 重启wamp