Title: Mixed content problem
Last modified: June 8, 2017

---

# Mixed content problem

 *  Resolved [MartinCap](https://wordpress.org/support/users/martincap/)
 * (@martincap)
 * [9 years ago](https://wordpress.org/support/topic/mixed-content-problem-3/)
 * Since upgrading to Jetpack 5.0 on WordPress 4.7.5 we have a mixed content warning
   for the following file in our HTTPS WordPress backend:
 * wp-json/jetpack/v4/jitm?message_path=wp%3Adashboard%3Aadmin_notices&query=&_wpnonce
   =4b197d8eaf
 * That file is being served over HTTP rather than HTTPS.
 * Is there a way to fix this?
 * We force HTTPS on the backend but HTTP on the frontend.
    -  This topic was modified 9 years ago by [MartinCap](https://wordpress.org/support/users/martincap/).

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [lamday](https://wordpress.org/support/users/lamdayap/)
 * (@lamdayap)
 * [9 years ago](https://wordpress.org/support/topic/mixed-content-problem-3/#post-9209631)
 * Thanks for reaching out. The file seems to be part of some messages/notices that
   Jetpack displays, Do you have any notices by Jetpack on your admin page at the
   moment? If so, can you please take a screenshot of the notice and send it across?
 *  Thread Starter [MartinCap](https://wordpress.org/support/users/martincap/)
 * (@martincap)
 * [9 years ago](https://wordpress.org/support/topic/mixed-content-problem-3/#post-9209717)
 * Hi, I was using WordPress 4.7.5 at the time of the mixed content problem.
 * There were no notices in the admin page from Jetpack at that time.
 * However, we’ve just upgraded to WordPress 4.8 and the Jetpack Admin notice about
   enabling Vaultpress backups came up after the update.
 * We closed it and now the mixed content problem is gone.
 * Thanks for your reply.
 *  Thread Starter [MartinCap](https://wordpress.org/support/users/martincap/)
 * (@martincap)
 * [9 years ago](https://wordpress.org/support/topic/mixed-content-problem-3/#post-9209737)
 * To add to this however, although the mixed content issue is fixed, we are seeing
   the following request in our logs every single time we load a page in the admin
   page:
 * wp-json/jetpack/v4/jitm?message_path=wp%3Aedit-post%3Aadmin_notices&query=&_wpnonce
   =cdf8d1cc12
 * There are no notices showing in the admin area from Jetpack or any other plugins.
 *  [pansotdev](https://wordpress.org/support/users/pansotdev/)
 * (@pansotdev)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/mixed-content-problem-3/#post-9352105)
 * Same issue. Any fix?
 *  Thread Starter [MartinCap](https://wordpress.org/support/users/martincap/)
 * (@martincap)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/mixed-content-problem-3/#post-9392043)
 * Hi,
 * We’re still seeing this in our logs every time we load a page in WP-Admin
 * `/wp-json/jetpack/v4/jitm?message_path=wp%3Aedit-post%3Aadmin_notices&query=&
   _wpnonce=1dc587fb6e`
 * To be clear, there is no notice showing at all.
 * Martin
 *  [lamday](https://wordpress.org/support/users/lamdayap/)
 * (@lamdayap)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/mixed-content-problem-3/#post-9408192)
 * Hi Martin,
 * That’s from Just In Time Messaging (JITM) checking the path of the page and then
   seeing if a message needs to be displayed or not – in most cases and yours it’s
   just returning an empty string. You could completely turn off any messages using
   the filter stated here:
 * [https://github.com/Automattic/jetpack/blob/master/class.jetpack-jitm.php#L338](https://github.com/Automattic/jetpack/blob/master/class.jetpack-jitm.php#L338)
 *  Thread Starter [MartinCap](https://wordpress.org/support/users/martincap/)
 * (@martincap)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/mixed-content-problem-3/#post-9408251)
 * Hi Lamday,
 * Thanks very much for your reply.
 * I’ve tried disabling JITM by adding the following code to our functions.php file:
 * `add_filter( 'jetpack_just_in_time_msgs', '__return_false', 99 );`
 * However, the issue persists. On every single page load in WP Admin, we something
   like the following on our server:
 * `/wp-json/jetpack/v4/jitm?message_path=wp%3Aedit-post%3Aadmin_notices&query=paged%
   253D6&_wpnonce=97ab0770dc`
 * Each query of this type takes about a second to execute.
 * To be clear, this problem only started when we installed Jetpack 5.0, so I think
   it may be a problem with the plugin?
 * Many thanks,
    Martin

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Mixed content problem’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [MartinCap](https://wordpress.org/support/users/martincap/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/mixed-content-problem-3/#post-9408251)
 * Status: resolved