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.