I have a page which is Https, I am pulling some rss feeds using the Google ATOM API. I am getting an error about insecure data. Is there a way to get the rss feeds without causing the error?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The issue you are reporting is due to mixing the security contexts. The only way to avoid this message is to ensure that both sources are either secure
https://or justhttp://.