Jump to content

HTTPS not 100% - can't find unsecured content; What's wrong?


Pensive

Recommended Posts

Quick setup overview:

 

portal.xxxxxx.com is runnign on linux, I have disabled my template and I am using the default to eliminate potential there. I have also disabled twitter in case thats the issue.

 

I have tried two different ways to enable HTTPS, currenlty I have nothing in my HTTPS url box, and http://portal.xxxxx.com in my http box in the setup, the rewrite is done with .htaccess with:

 

RewriteEngine On
Options +FollowSymlinks  

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

AuthName portal.xxxxxxx.com

# Announcements
RewriteRule ^announcements/([0-9]+)/[a-z0-9_-]+\.html$ ./announcements.php?id=$1 [L,NC]
RewriteRule ^announcements$ ./announcements.php [L,NC]

# Downloads
RewriteRule ^downloads/([0-9]+)/([^/]*)$ ./downloads.php?action=displaycat&catid=$1 [L,NC]
RewriteRule ^downloads$ ./downloads.php [L,NC]

# Knowledgebase
RewriteRule ^knowledgebase/([0-9]+)/[a-z0-9_-]+\.html$ ./knowledgebase.php?action=displayarticle&id=$1 [L,NC]
RewriteRule ^knowledgebase/([0-9]+)/([^/]*)$ ./knowledgebase.php?action=displaycat&catid=$1 [L,NC]
RewriteRule ^knowledgebase$ ./knowledgebase.php [L,NC]

 

 

Chrome still reports the following:

 

"your connection to portal.xxxxx.com is encrypted with 256bit encryption. However this page includes other resources which are not secure."

 

The only external links I can find are to wiki sites in my knowledgebase. Could this be the problem?

 

Any way to trace unsecure links within a site?

 

any help greatly appreciated.

Link to comment
Share on other sites

Interesting; Prefer not to post the link if poss for security reasons;

 

Google chrome developer tools list the errors in the console, interestingly. It's all the template which is pointing to http links. I'm going to try creating a copy of the template with all https links in it, and I'll report back.

 

Unfortunately I had to remove the https:// url from the https:// section to get my rewrite to work, but it should be rewriting everything, including the template links, surely? I'll try hacking them out and come back.

 

If i return an HTTPS link to that box, I'll have to rework my .htaccess as I'll get a circular rewrite error.

Link to comment
Share on other sites

Prefer not to post the link if poss for security reasons;

Your ordering system link is a security risk to post publicly?

It's doubtful anyone here can help without being able to see the code, since it's likely something subtle within the rendered page.

Link to comment
Share on other sites

Rather annoyingly, I have replaced "http" with "https" in the portal template, set both normal and https urls to "https://<<removed by request>>", and eliminated anything in the chrome log which would explain why I still have "unsecured content".

 

Still got unsecured content :( !!!!!

 

Firefox doesnt seem to find anything wrong ; IE9 doesnt seem to be able to tell me much, but chrome still fuinds an issue. Anyone got any ideas?

Edited by Pensive
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated