我正在尝试使用CF的灵活SSL选项安装WordPress,结果成功了!该网站加载了SSL。但是,我无法登录到管理页面。输入详细信息时,页面所做的只是刷新并清除输入。页面或PHP错误日志中没有错误。
所以我研究了如何解决这个问题,发现最好的解决方法是在WordPress上安装CloudFlare SSL插件。
然而,如果不向Admin添加日志记录,我就无法安装,所以我继续更改了站点URL,其他URL到站点URL的http版本,并在CF端禁用SSL。
这导致网站损坏,控制台出现错误:
Mixed Content: The page at \'https://example.com/\' was loaded over HTTPS, but requested an insecure script \'http://example.com/wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js?ver=1.0\'. This request has been blocked; the content must be served over HTTPS. I tried to fix this by purging cache but that didn\'t do anything.
我仍然无法登录到admin。
我能做些什么来解决这个问题?