Jump to content

V3 template issues with SSL


tekone

Recommended Posts

In my client area on WHMCS I am getting some errors saying that the connection is only partially secured. My template was originally made for V3 and I am running V4. When I run the default V4 portal template it runs just fine and fully encrypted.

 

Is there some documentation on how I would have to modify this template to work correctly?

Link to comment
Share on other sites

The reason why this happening is because you are referencing elements that are not secure in your template.

 

For example you may be stating an absolute path to an image and using a http:// prefix instead of using a relative reference.

 

The easiest way to find the culprit using Firefox is to navigate to a page where you get the warning, right click and select "View Page Info" and then the Media tab. This will list all the elements on that page and if they are secure or not.

 

Fix the insecure ones and the problem will go away.

Link to comment
Share on other sites

how do I fix the insecure ones? The way I could think of would be to edit the header.tpl file, because it references images not in that directory as I paid to have it integrated with my wordpress based main site.. however the only way I could think to modify it would be to take everything that says http:// in the file and replace it with https:// and that would probably create a lot of unnecessary resource usage by securing things on pages that don't necessarily need to be secured

Link to comment
Share on other sites

ugh, I got it.. I copied all the images that were being referenced (other part of my site is wordpress) into the images folder for the whmcs template.

 

I them changed all the image paths (thankfully batch replace exists)

 

Seems to work fine now

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