Title: Only Admin HTTPS functions
Last modified: August 20, 2016

---

# Only Admin HTTPS functions

 *  Resolved [chris vanderwall](https://wordpress.org/support/users/chris-vanderwall/)
 * (@chris-vanderwall)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/only-admin-https-functions/)
 * Hi –
 * I’ve tried using the Force_SSL meta box with no success. From there I’ve tried
   to specify a URL such as ‘jfk/jfk-instrument-testing-incoming-6th-graders-only/’
   but the URL Filter returns this after I’ve saved:
 * \’/jfk/jfk-instrument-testing-incoming-6th-graders-only/\’
    I’ve also tried to
   make the full site secure using ‘/’ but it returned \’/\’
 * This is my first attempt with the plugin. I have, however, gotten the admin section
   of the site to https, just not anything else.
    Thanks for your assistance!
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

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

 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/only-admin-https-functions/#post-3569465)
 * Hmm, definitely an issue that only affects certain hosting environments. Is there
   any way I could test a fix on your server?
 *  Thread Starter [chris vanderwall](https://wordpress.org/support/users/chris-vanderwall/)
 * (@chris-vanderwall)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/only-admin-https-functions/#post-3569498)
 * What would you suggest?
    When I’ve selected to secure a page via the widget in
   page edit, it just defaults back to http. In the HTTPS settings: SSL Host: [http://www.plainfieldbandboosters.org](http://www.plainfieldbandboosters.org)
   port (blank) force ssl admin is checked force ssl exclusively is checked remove
   unsecure elements is checked debug mode is checked proxy is no admin menu is 
   sidebar
 *  Thread Starter [chris vanderwall](https://wordpress.org/support/users/chris-vanderwall/)
 * (@chris-vanderwall)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/only-admin-https-functions/#post-3569499)
 * the SSL Host does not include the http
    it actually reads ‘www.plainfieldbandboosters.
   org’
 *  Thread Starter [chris vanderwall](https://wordpress.org/support/users/chris-vanderwall/)
 * (@chris-vanderwall)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/only-admin-https-functions/#post-3569500)
 * Here is the page I’m trying to secure:
 * [http://www.plainfieldbandboosters.org/jfk/jfk-instrument-testing-incoming-6th-graders-only/](http://www.plainfieldbandboosters.org/jfk/jfk-instrument-testing-incoming-6th-graders-only/)
 * ‘if ( typeof console === ‘object’ ) {
    console.log(‘[BEGIN WordPress HTTPS Debug
   Log]’); console.log(‘Version: 3.3.6’); console.log(‘HTTP URL: [http://www.plainfieldbandboosters.org/&#8217](http://www.plainfieldbandboosters.org/&#8217););
   console.log(‘HTTPS URL: [https://www.plainfieldbandboosters.org/&#8217](https://www.plainfieldbandboosters.org/&#8217););
   console.log(‘SSL: No’); console.log(‘Diff Host: No’); console.log(‘Subdomain:
   No’); console.log(‘Proxy: No’); console.log(‘Secure External URLs: [ [https://s0.wp.com/wp-content/js/devicepx-jetpack.js](https://s0.wp.com/wp-content/js/devicepx-jetpack.js),
   [http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css](http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css),
   [http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css?ver=3.5.1](http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css?ver=3.5.1),
   [http://www.google.com/jsapi](http://www.google.com/jsapi), [https://s1.wp.com/wp-content/js/mustache.js](https://s1.wp.com/wp-content/js/mustache.js),
   [https://s0.wp.com/wp-content/js/postmessage.js](https://s0.wp.com/wp-content/js/postmessage.js),
   [https://s0.wp.com/wp-content/mu-plugins/notes/notes-rest-common.js](https://s0.wp.com/wp-content/mu-plugins/notes/notes-rest-common.js),
   [https://s0.wp.com/wp-content/mu-plugins/notes/admin-bar-rest.js](https://s0.wp.com/wp-content/mu-plugins/notes/admin-bar-rest.js)]’);
   console.log(‘Unsecure External URLs: [ ]’); console.log(‘[END WordPress HTTPS
   Debug Log]’); } </script>
 * </body>
    </html> <!– Performance optimized by W3 Total Cache. Learn more: [http://www.w3-edge.com/wordpress-plugins/](http://www.w3-edge.com/wordpress-plugins/)
 *  Served from: [http://www.plainfieldbandboosters.org](http://www.plainfieldbandboosters.org)
   @ 2013-03-24 04:01:22 by W3 Total Cache –>’
 *  Thread Starter [chris vanderwall](https://wordpress.org/support/users/chris-vanderwall/)
 * (@chris-vanderwall)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/only-admin-https-functions/#post-3569503)
 * Between using a relative path for my site logo and disabling woocommerce, that
   appears to have fixed the problem. Any known issues with WooCommerce? It appears
   to break the secure connection when trying to pull the customer’s cart information…
 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/only-admin-https-functions/#post-3569514)
 * Anything that causes a warning on error has to taken on a case-by-case basis.
   It’s not always as simple as it being an incompatibility between plugins. Often
   the issue is theme dependent or too specific to code into WordPress HTTPS. However
   not always. In my plugin, [this](https://github.com/Mvied/wordpress-https/blob/master/lib/WordPressHTTPS/Module/Ecommerce.php)
   module’s purpose is to fix incompaitibilities with E-commerce plugins. If I can
   reliably reproduce an incompatibility, I will code in a fix for it.
 * I don’t have any issues with WooCommerce, but I also can’t test every single 
   configuration that exists. If you can show me what’s going on, I can see about
   a fix. It’s possible that the issue is theme dependent in which case I can tell
   you how to fix it with URL Filters.

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

The topic ‘Only Admin HTTPS functions’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [mvied](https://wordpress.org/support/users/mvied/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/only-admin-https-functions/#post-3569514)
 * Status: resolved