简体   繁体   中英

SSL and Non-Secure Resources

I know there have been questions regarding an https:// webpage, and people who have gotten warnings and the "red" padlock on their browser.

I am having the same issue, however, I know what the culprit is.

On part of my website, I allow content (basically a news feed and picture via RSS) to be displayed to the user. The resources are trusted, but just not secured. My issue is: the content that's being delivered is not coming from a secure location, nor does it have the capability. (For example, I tried accessing one of the articles by adding an "https", but no go.)

I know that one method is to not allow the RSS feed to be delivered. But is there any way around this? Is there any way to take a non-secure feed and make it secure before delivering it to my end-user?

I just don't want the annoying "red" padlock to keep showing up.

Any help on this would be great. I am using primarily PHP and jQuery.

Thanks!

No. If you load resources from non-SSL urls into an SSL page, you will get the security warnings. There is no way around it other than proxying the insecure content so it goes to the client through your server over an SSL-protected link.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM