Title: Admin panel HTTPS not honored
Last modified: August 21, 2016

---

# Admin panel HTTPS not honored

 *  [0july0](https://wordpress.org/support/users/0july0/)
 * (@0july0)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/admin-panel-https-not-honored/)
 * I’m using https in admin panel but ssprc.gif is loaded in http. Follow the functions
   and end-up with this :
 * for feedreading_blogroll_get_resource_url, parameter url should be wpurl.
 *     ```
       /**
        * Display Images/ Icons in base64-encoding
        * @return $resourceID
        */
       function feedreading_blogroll_get_resource_url($resourceID) {
       	return trailingslashit( get_bloginfo('wpurl') ) . '?resource=' . $resourceID;
       }
       ```
   
 * [http://wordpress.org/extend/plugins/feed-reading-blogroll/](http://wordpress.org/extend/plugins/feed-reading-blogroll/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Erunafailaro](https://wordpress.org/support/users/erunafailaro/)
 * (@erunafailaro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/admin-panel-https-not-honored/#post-3910015)
 * Hi and thanks for this fix. It will be part of v1.5.9.3.

Viewing 1 replies (of 1 total)

The topic ‘Admin panel HTTPS not honored’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/feed-reading-blogroll_000000.svg)
 * [WP Social Blogroll](https://wordpress.org/plugins/feed-reading-blogroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feed-reading-blogroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feed-reading-blogroll/)
 * [Active Topics](https://wordpress.org/support/plugin/feed-reading-blogroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feed-reading-blogroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feed-reading-blogroll/reviews/)

## Tags

 * [improvment](https://wordpress.org/support/topic-tag/improvment/)

 * 1 reply
 * 2 participants
 * Last reply from: [Erunafailaro](https://wordpress.org/support/users/erunafailaro/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/admin-panel-https-not-honored/#post-3910015)
 * Status: not resolved