Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
386 views
in Q2A Core by

I am getting error like this -

Mixed Content: The page at 'https://mywebsite.com/qa/514/my-question-title' was loaded over HTTPS, but requested an insecure image 

   'http://mywebsite.com/qa/ qa=blob&qa_blobid=12291915621289'. This content should also be served over HTTPS.

How to redirect all images on secure (https) connection. 

Q2A version: 1.8.2
by
You need to change your Domain from 'http' to 'https' on:
Admin > General Settings
by
I already set to https in general settings but how can I set old images secure https? Many images are stored with Http.
by
Is there any way to update all old images from http to https with any plugin or query?
by
You'll have to go to trough every post and replace all images/links URL with 'https'.
You could also do it with Javascript but it's best you do it the proper way. The first way.

Please log in or register to answer this question.

...