having http links on https page but not scripts or

2019-08-28 00:02发布

I have a few http links (internal absolute) on my magento https page. Is it ok to have them for my SSL certificate to be displayed with correct padlock?

标签: php ssl https
2条回答
forever°为你锁心
2楼-- · 2019-08-28 00:37

HTTP links won't break the padlock. Loading assets (images, scripts, stylesheets) into the page via an unencrypted URL will, though. As long as you aren't actually loading unencrypted content into the page, the page won't throw any warnings about insecure content.

查看更多
3楼-- · 2019-08-28 00:43

Having links to non-http pages is fine. LOADING things from non-https urls is a big nono.

At most the user will get a warning about transitioning from a secure to a non-secure page, but it won't affect the padlock on the page.

查看更多
登录 后发表回答