Opened 9 years ago
Closed 9 years ago
#35098 closed defect (bug) (duplicate)
Featured image with HTTPS
Reported by: | potreb | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4 |
Component: | Post Thumbnails | Keywords: | reporter-feedback https |
Focuses: | Cc: |
Description
When I set featured image browser blocks the content because I use HTTPS on backend and the image is added with http.
More info: https://support.mozilla.org/en-US/kb/mixed-content-blocking-firefox
Change History (5)
#2
@
9 years ago
I Thinks this is mixed content http and https problem. You can slove this. Please follow below link i founded some useful information here please check this
https://managewp.com/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warnings
define('FORCE_SSL_ADMIN', true); define('FORCE_SSL_LOGIN', true);
#3
@
9 years ago
- Keywords reporter-feedback added
Thanks for the ticket, @potreb . Can you let us know how your HTTPS is configured please?
- What's the value of the "WordPress Address" and "Site Address" fields on the Settings screen?
- Are you using the
FORCE_SSL_ADMIN
constant in yourwp-config.php
file? - Are you using the
WP_HOME
orWP_SITEURL
constants in yourwp-config.php
file?
Note: See
TracTickets for help on using
tickets.
Previously: #15928, #20534.