Title: SSL Support
Last modified: August 21, 2016

---

# SSL Support

 *  [holzhannes](https://wordpress.org/support/users/holzhannes/)
 * (@holzhannes)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-support-15/)
 * Would be nice if your Plugin would use https for loading the content from external
   sides.
 * [https://wordpress.org/plugins/wp-appbox/](https://wordpress.org/plugins/wp-appbox/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/ssl-support-15/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/ssl-support-15/page/2/?output_format=md)

 *  Plugin Author [Marcelismus](https://wordpress.org/support/users/marcelismus/)
 * (@marcelismus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101034)
 * Where it works, it will be used. 😉
 *  [Gee Are Pabst](https://wordpress.org/support/users/gee-are-pabst/)
 * (@gee-are-pabst)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101171)
 * Hi Marcelismus,
 * I checked everything on my blog [https://miApple.me](https://miApple.me).
    But
   whenever I got a WP Appbox link inside in a post, it is not served as https. 
   There’s no exemption: WP Appbox – no https.
 * For example:
    [https://miapple.me/review-goodreader-4-new-universal-app-price-pdf-page-management/](https://miapple.me/review-goodreader-4-new-universal-app-price-pdf-page-management/)
 * Any other page is served on https… Any tips?
 * Cheers,
    Gee Are
 *  Plugin Author [Marcelismus](https://wordpress.org/support/users/marcelismus/)
 * (@marcelismus)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101172)
 * Appbox links to [https://itunes.apple.com/de/app/goodreader-4&#8230](https://itunes.apple.com/de/app/goodreader-4&#8230);?
 *  [Gee Are Pabst](https://wordpress.org/support/users/gee-are-pabst/)
 * (@gee-are-pabst)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101173)
 * Hi Marcelismus,
 * thanks for your answer. I know that Appbox links to [https://&#8230](https://&#8230);.
   😉
 * However, it doesn’t work.
 * For example, I substituted the WP Appbox short code on this post ([https://miapple.me/plex-on-apple-tv-without-plexconnect-or-jailbreak-via-airplay/](https://miapple.me/plex-on-apple-tv-without-plexconnect-or-jailbreak-via-airplay/))
   by the original Appstore Badge (PHG) and the post is https-secure. If I turn 
   it back, the post isn’t https-secure anymore.
 * Therefore, the reason must be somewhere in WP Appbox….
 * Maybe a hint for you: I got the similar Problem with Polldaddy embeded. Whenever
   I used the short code [polldaddy…] the post wasn’t https-secure. If I substitute
   it by the ‘normal’ code of the Pollydaddy link, it is.
 * Any tips?
 * Cheers,
    Gee Are
 *  Plugin Author [Marcelismus](https://wordpress.org/support/users/marcelismus/)
 * (@marcelismus)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101177)
 * Apple for example didn’t use SSL for the images, maybe this? 😉
 *  [Gee Are Pabst](https://wordpress.org/support/users/gee-are-pabst/)
 * (@gee-are-pabst)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101178)
 * Hi Marcelismus,
 * You’re right: The embeded pictures a from non-https sites. I assume that you 
   cannot find any work-around to overcome this?
 * If not, then I think the only way for my site to be completely https-secure is
   to drop WP Appbox….
 * Cheers,
    Gee Are
 *  Plugin Author [Marcelismus](https://wordpress.org/support/users/marcelismus/)
 * (@marcelismus)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101179)
 * Nope – I tried to use https:// instead of [http://](https://wordpress.org/support/topic/ssl-support-15/?output_format=md),
   but Apple f.e. didn’t support it right now.
 *  [Gee Are Pabst](https://wordpress.org/support/users/gee-are-pabst/)
 * (@gee-are-pabst)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101180)
 * What about a ‘https-Option’ in WP Appbox? Meaning an option to select that the
   specific app pic which are non-https are substituted by, e.g., the ‘Download 
   App Store’ pic. Then https blog Could continue to use WP Appbox (With the disadvantage
   of missing specific app icons).
 *  [roggershaw](https://wordpress.org/support/users/roggershaw/)
 * (@roggershaw)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101202)
 * It’s an issue with QR code. If you disable it, it will work. May be plugin author
   will fix it in the next update. Thanks
 *  [B M](https://wordpress.org/support/users/mampf/)
 * (@mampf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101212)
 * You need to change:
    `http://chart.apis.google.com/chart` to `https://chart.googleapis.
   com/chart`
 * Thanks.
 *  [B M](https://wordpress.org/support/users/mampf/)
 * (@mampf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101213)
 * Fix:
    Open wp-content/plugins/wp-appbox/inc/createoutput.class.php.
 * Line 36
    `$url = 'http://chart.apis.google.com/chart?cht=qr&chl='.$url.'&chs='.
   $size.'x'.$size.'&chld='.$EC_level.'|'.$margin;` to `$url = 'http://chart.googleapis.
   com/chart?cht=qr&chl='.$url.'&chs='.$size.'x'.$size.'&chld='.$EC_level.'|'.$margin;`
 * Fixed!
 *  [B M](https://wordpress.org/support/users/mampf/)
 * (@mampf)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101214)
 * [@marcelismus](https://wordpress.org/support/users/marcelismus/), can you please
   put this into the next release? Thanks!!
 * Forgot the https in my last post, change to:
    `$url = 'https://chart.googleapis.
   com/chart?cht=qr&chl='.$url.'&chs='.$size.'x'.$size.'&chld='.$EC_level.'|'.$margin;`
 *  Plugin Author [Marcelismus](https://wordpress.org/support/users/marcelismus/)
 * (@marcelismus)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101215)
 * Yep. 😉
 *  [B M](https://wordpress.org/support/users/mampf/)
 * (@mampf)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101217)
 * Okay, I’ll mark this as resolved on release.
    BTW: Apple still has no ssl-link
   for their images? I checked yesterday but didn’t find any secured link. 🙁
 * Meaning: Even I-Tunes doesn’t have a padlock, e.g.: [https://itunes.apple.com/de/app/tankenapp-von-t-online.de/id627468788](https://itunes.apple.com/de/app/tankenapp-von-t-online.de/id627468788)
 * Image served from [http://a4.mzstatic.com](http://a4.mzstatic.com). :-((
 *  Plugin Author [Marcelismus](https://wordpress.org/support/users/marcelismus/)
 * (@marcelismus)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/ssl-support-15/#post-5101219)
 * Nope, Apple didn’t use SSL for their images. I have added the Google Proxy for
   Images in the upcoming version, but a few weeks ago, Google has stopped this 
   for websites, which aren’t using the PageSpeed-Module on their webserver… :-/

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/ssl-support-15/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/ssl-support-15/page/2/?output_format=md)

The topic ‘SSL Support’ is closed to new replies.

 * ![](https://ps.w.org/wp-appbox/assets/icon-256×256.png?rev=976882)
 * [WP-Appbox](https://wordpress.org/plugins/wp-appbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-appbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-appbox/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-appbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-appbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-appbox/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 18 replies
 * 7 participants
 * Last reply from: [Marcelismus](https://wordpress.org/support/users/marcelismus/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/ssl-support-15/page/2/#post-5101234)
 * Status: not a support question