![]() |
How to find source of unsecured file |
Post Reply
|
| Author | |
cs
Newbie
Joined: 04-May-2009 Location: Arkansas Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Topic: How to find source of unsecured filePosted: 13-July-2010 at 12:42pm |
|
When my customers check out, the "Lock" icon indicating a secure transaction is red flagged. I figured that it was a pic file that I forgot to put the "s" in the URL and I was right, there was one picture that did not have the httpS. It was the alternate image for the background in the website's theme. It is located in the header.asp of my website theme. I went there and fixed it and uploaded it.
I thought that change would fix the problem with the security issue, but it didn't. I feel pretty sure that this file is the security problem, so I must need to change it somewhere besides the website template. I thought that it might be in the header and footer files where I integrated the cart into the website theme. I looked in the header and footer files and did not see this particular pic. Where else might it be? I know that product cart draws information from a lot of different files and I don't know where to start looking. If you want to see what I am talking about go to www.creationsensation.com. Put a product in the cart and click checkout. When the cart goes secure, the only thing that is not secure is the dinosaur picture in the header. If you have suggestions on how to fix this, I would appreciate it. |
|
![]() |
|
Greg Dinger
Certified ProductCart Developers
Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
Quote Reply
Posted: 13-July-2010 at 12:54pm |
|
without looking beyond this one, the following image is hard-coded to HTTP://
<img alt="image"
style="width: 750px; height: 100px;"><br>
You cannot hard code http:// references to images, CSS, JS, etc. without getting that warning.
|
|
![]() |
|
cs
Newbie
Joined: 04-May-2009 Location: Arkansas Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 13-July-2010 at 1:31pm |
|
Where? Where is it hard coded?
|
|
![]() |
|
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 13-July-2010 at 1:35pm |
|
In your header file - pc/header.asp :-)
Edited by Hamish - 13-July-2010 at 1:36pm |
|
![]() |
|
Greg Dinger
Certified ProductCart Developers
Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
Quote Reply
Posted: 13-July-2010 at 1:38pm |
|
It appears to be in your header. Do a view source and look for this: <tr>
<td class="picturebar" style="text-align: right;"
background="../../picts/home-background2.jpg"><img alt="image"
style="width: 750px; height: 100px;"><br>
</td>
</tr>
|
|
![]() |
|
cs
Newbie
Joined: 04-May-2009 Location: Arkansas Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 13-July-2010 at 1:45pm |
|
Thank you so much! I added the "s" to the http and that solved the whole problem.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |