I recently converted my WordPress installation to use SSL on all pages, and now I'm getting mixed content warnings. I've cleaned up everything in my themes and admin pages, but I'm still having trouble with embedded/attached content.
Most posts include uploaded images, and in the post_content those images are still referred to using an http:// URL. How can I permanently fix this and stop the mixed content warnings?
- Should I try to fix all of the posts in the database so that they have correct https URLS?
- Is there a way to dynamically rewrite posts as they are shown to use https URLS?