SSL 导致某些页面元素出现问题
SSL causing problems with rending of certain page elements
当以下页面在 HTTPS:// 中呈现时,它会导致导航栏显示不正确,并且这些行不会出现。根据我的阅读,这是样式表的加载方式。但是,根据我对此处和 Google 的研究,我无法发现如何解决该问题。我不认为我可以使用此处许多 post 所建议的相对链接。我认为您可以查看所需的所有源代码,但如果我需要 post 任何内容,请告诉我。提前致谢。
HTTPS 版本(不正确):https://propertytaxdfw.com/
HTTP 版本(正确):http://propertytaxdfw.com/
带有建议的新测试网址:
HTTPS 版本(不正确):https://propertytaxdfw.com/pay-invoicetest.html
HTTP 版本(不正确):http://propertytaxdfw.com/pay-invoicetest.html
您的 JS 通过 http 加载,而您的 html 基于 https。
查看 Chrome 控制台了解更多信息。
"Mixed Content: The page at 'https://propertytaxdfw.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://assets.neo.registeredsite.com/libs/jquery.fancyScroll/1.0/jquery.fancyScroll.css'. This request has been blocked; the content must be served over HTTPS."
将您的 JS 文件移动到 https,它应该可以解决
当以下页面在 HTTPS:// 中呈现时,它会导致导航栏显示不正确,并且这些行不会出现。根据我的阅读,这是样式表的加载方式。但是,根据我对此处和 Google 的研究,我无法发现如何解决该问题。我不认为我可以使用此处许多 post 所建议的相对链接。我认为您可以查看所需的所有源代码,但如果我需要 post 任何内容,请告诉我。提前致谢。
HTTPS 版本(不正确):https://propertytaxdfw.com/
HTTP 版本(正确):http://propertytaxdfw.com/
带有建议的新测试网址: HTTPS 版本(不正确):https://propertytaxdfw.com/pay-invoicetest.html
HTTP 版本(不正确):http://propertytaxdfw.com/pay-invoicetest.html
您的 JS 通过 http 加载,而您的 html 基于 https。
查看 Chrome 控制台了解更多信息。
"Mixed Content: The page at 'https://propertytaxdfw.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://assets.neo.registeredsite.com/libs/jquery.fancyScroll/1.0/jquery.fancyScroll.css'. This request has been blocked; the content must be served over HTTPS."
将您的 JS 文件移动到 https,它应该可以解决