having http links on https page but not scripts or

2019-08-28 00:37发布

问题:

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?

回答1:

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.



回答2:

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.



标签: php ssl https