Opened 10 years ago
Closed 10 years ago
#35098 closed defect (bug) (duplicate)
Featured image with HTTPS
| Reported by: |
|
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
@
10 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
@
10 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_ADMINconstant in yourwp-config.phpfile? - Are you using the
WP_HOMEorWP_SITEURLconstants in yourwp-config.phpfile?
Note: See
TracTickets for help on using
tickets.
Previously: #15928, #20534.