Viewing 4 replies - 1 through 4 (of 4 total)
  • In the Plugins admin page, the SSL Insecure Content Fixer plugin has a link “test is_ssl()”. What does it report when you click it?

    Thread Starter happyboyblue

    (@happyboyblue)

    Hi, thanks for the reply. it shows:

    is_ssl() says: no, SSL not detected

    Your server is behind a load balancer or reverse proxy.

    Please add the following code to your wp-config.php file, above the require_once:
    if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
    $_SERVER[‘HTTPS’]=’on’;

    I have added the code to wp-admin in the line above the require_once but it is still showing this error.

    Any help would be greatly appreciated.

    Thanks

    Rob

    Thread Starter happyboyblue

    (@happyboyblue)

    It seems to be fixed. Thanks a lot for your help

    Rob

    No worries, glad it’s working.

    cheers,
    Ross

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘SSL insecure components’ is closed to new replies.