close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

SSL Symbol not clearing in Firefox

Thread began 3/05/2015 9:31 am by johna1964 | Last modified 3/06/2015 8:44 am by Jason Byrnes | 2536 views | 19 replies |

johna1964

SSL Symbol not clearing in Firefox

Hi! I noticed this issue about a week or so ago and contacting the hosting provider. They could not reproduce this issue; however, it is an ongoing issue in more than one location from my end. It is not an image issue. The only thing I could think of is perhaps the htaccess file. Webassist helped with editing this file and it worked as it should up to this point. I am uploading both htaccess files; one for before WA assistance and the one WA edited. I would like to know if you see anything that could be the cause for this.
You can go to the log in page to see if you have the same Firefox warning symbol: https://www.ecigaretteimpressions.com/accountaccess/login.php
I have uploaded both htaccess files although they aren't neat and tidy as on the server.
Thank you so much for your help!

Sign in to reply to this post

Jason ByrnesWebAssist

looking at the source of your p[age, i can see a number of links that use HTTP addresses:

<div><a href="http://www.casaa.org/Electronic_Cigarettes.html" target="_blank" style="color:#FFF"><img src="../images/template_images/casaa-graphic.gif" border="0" width="66" height="65" alt="Link to Cassa" longdesc="../images/template_images/casaa-graphic.gif" /></a><br />
<span style="color:#FFF; font-size:12px">Support CASAA</span></div>
<p class="column"><span style="color:#F0F">Additional Resources:</span><br />
<a href="http://www.e-smokers-forum.com/" title="Link to E-Smokers-Forum" target="_blank" style="color:#FFF">ESF</a><br />
<a href="../why_do_people_smoke.php" title="Link to Article" style="color:#FFF">Healing Lungs</a><br />
<a href="http://en.wikipedia.org/wiki/Vegetable_Glycerine" title="Link to Wikipedia VG Info" target="_blank" style="color:#FFF">VG</a><br />
<a href="http://en.wikipedia.org/wiki/Propolene_glycol" title="Link to Wikipedia PG Info" target="_blank" style="color:#FFF">PG</a><br />
</p>



these can cause the type of issue you report.

Sign in to reply to this post

johna1964

Thank you for the quick response :-)
I took the code out. I actually did that yesterday too. I just did it again, then uploaded only the login page. No change. It is continuing to show the firefox caution symbol. Any other ideas?
Thank you again!

Sign in to reply to this post

Jason ByrnesWebAssist

there are other lines using http addresses as well.

Sign in to reply to this post

johna1964

I can see that.
What about these then:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Ok, I have tested on phone; Laptop; Desktop... so far the issue is found only using a desktop. I asked my brother to test from his desktop in firefox. He is unable to open in Firefox... so I'm thinking this may be a hosting provider issue.
I'll update when I figure it out.
Thank you again, Jason!

Sign in to reply to this post

johna1964

Hi again!
Okay, the only solution is to force ssl for the entire site. This may work; however, the hosts code is the following:RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]
This is the code that was on the original htaccess file before WA assistance.
How would I make this happen without disturbing the WA code?
Thank you again!!

Sign in to reply to this post

Jason ByrnesWebAssist

change:
# Redirect non-www urls to www
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.ecigaretteimpressions\.com
RewriteRule (.*) http://www.ecigaretteimpressions.com/$1 [R=301,L]

to:
# Redirect non-www urls to www
RewriteEngine on
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]

RewriteCond %{HTTP_HOST} !^www\.ecigaretteimpressions\.com
RewriteRule (.*) http://www.ecigaretteimpressions.com/$1 [R=301,L]



but I don't think thats the problem.

I think it is a problem with the some of the script files calling outside resources using http


for example:
options.enableSearchboxOnly("http://www.ecigaretteimpressions.com/search_and_results_new.php");


or:
onclick="window.open('http://reddit.com/submit?url=https%3A%2F%2Fecigaretteimpressions.com%2Findex.php')">

and there are others.

Sign in to reply to this post

Jason ByrnesWebAssist

in your source, there is also this link:
<link rel="stylesheet" type="text/css" href="webassist/social/wasocial.css"/>

which goes to a 404 error page, the 404 error page uses standard http resources also, that could be causing the issue.

Sign in to reply to this post

Jason ByrnesWebAssist

it's also possible that your SSL Certificate does not set the ownership information

http://www.cknow.com/cms/articles/why-do-i-see-this-web-site-does-not-supply-ownership-information-in-my-browser.html

not all SSL Certificates supply that information.

Sign in to reply to this post

johna1964

Please see private

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...