Title: https://
Last modified: June 22, 2017

---

# https://

 *  Resolved [jstead](https://wordpress.org/support/users/jstead/)
 * (@jstead)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-59/)
 * Hi,
 * We are displaying our learning system over https:// and a getting mixed content
   error when viewing a page with hot spot image content.
    ⌊Mixed Content Error⌉
 * Doesn’t occur on interactive videos, quizes or images with the click for tooltip
   that we also use.
 * Not sure if there are any settings we can specify it to use https and if its 
   supported?
 * Thanks,
    Jason
    -  This topic was modified 8 years, 11 months ago by [jstead](https://wordpress.org/support/users/jstead/).
      Reason: adding image of error message

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

 *  Plugin Author [icc0rz](https://wordpress.org/support/users/icc0rz/)
 * (@icc0rz)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-59/#post-9251379)
 * Hi,
 * Thanks for letting me know. None of the content types are supposed to load external
   resources.
    In this instance, I think it was an old workaround that had been 
   forgotten(previously SVGs wasn’t supported). I’ve created an issue for getting
   it fixed: [HFP-1215](https://h5ptechnology.atlassian.net/browse/HFP-1215)
 * If you’d like to remove the warning right away you should be able to do so by
   changing http to https in the following file: _wp-content/uploads/h5p/libraries/
   H5P.ImageHotspotQuestion-1.6/image-hotspot-question.css_
    And then you have to
   delete the aggregated files cache, i.e. all the files in the following folder:
   _wp-content/uploads/h5p/cachedassets/_ They will regenerate on the next page 
   view with the update version of file you changed. Note that you may get some 
   PHP warnings(sql) on the first page view that you can safely ignore.
 *  Plugin Author [icc0rz](https://wordpress.org/support/users/icc0rz/)
 * (@icc0rz)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-59/#post-9251389)
 * Note that you can avoid the PHP warnings by emptying the following database table:
   `
   delete from wp_h5p_libraries_cachedassets;` (you may have a different prefix 
   than `wp_`)
 *  Thread Starter [jstead](https://wordpress.org/support/users/jstead/)
 * (@jstead)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-59/#post-9254190)
 * Great, thank you for quick response.
 * Worked perfectly, and didn’t see any PHP errors on first load either (don’t have
   database access on this particular box so couldn’t clear that DB table)

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

The topic ‘https://’ is closed to new replies.

 * ![](https://ps.w.org/h5p/assets/icon.svg?rev=986118)
 * [Interactive Content – H5P](https://wordpress.org/plugins/h5p/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/h5p/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/h5p/)
 * [Active Topics](https://wordpress.org/support/plugin/h5p/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/h5p/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/h5p/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [jstead](https://wordpress.org/support/users/jstead/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/https-59/#post-9254190)
 * Status: resolved