Viewing 6 replies - 1 through 6 (of 6 total)
  • HI,

    You can using the plugin below and see if it helps.

    https://wordpress.org/plugins/ssl-insecure-content-fixer/

    Thanks,

    Gerroald

    Thread Starter voiplid

    (@voiplid)

    Dear Gerroald,

    We are already use this (SSL Insecure Content Fixer) plugin.
    And here is the result-

    SSL Insecure Content Fixer – is_ssl() test

    This page checks to see whether WordPress can even test for SSL. If it can’t, something else needs fixing.

    is_ssl() says: yes, SSL detected

    Note. we are not using SSL for whole website we are using the SSL admin,login/sign up, woocommerce cart,myaccount, adn the checkout page.

    Really2 need your help Gerroald 🙂

    Looking your reply,
    Thanks.

    Hi,

    Just to let you know. I’m going to bump this to the developer for his thoughts. I’ll report back here when I know more.

    Thanks,

    Gerroald

    I had the same problem where all of the files in the WP Media Uploader were showing http:// not https:// for the file url. I found the problem to be because I’d renamed the wp-content folder using iThemes Security plugin. I did this long before I needed to secure the site with SSL.

    I eventually found the following line in wp-config.php which was causing the problem:
    define( 'WP_CONTENT_URL', 'http://www.example.com/new-content-folder' );
    and replaced it with:
    define( 'WP_CONTENT_URL', 'https://www.example.com/new-content-folder' );

    Hope this helps.

    Thread Starter voiplid

    (@voiplid)

    Thanks a lot Gerroald 🙂

    We will waiting for you here.

    Hey All,

    Sorry for the delay here.

    I talked to the developer and he said he really doesn’t want to make too many config edits. He said the best way to go about this is to manually make the edit. Apologies for the extra work, but believes this is the correct way to go about this.

    Thanks,

    Gerroald

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP Media uploader and all insecure path are returned by WP better security’ is closed to new replies.