gemodyssey
New Member
57 Posts Pre-sales questions only (More Details...)
|
Posted - 10/24/2017 : 18:32:51
Hello
I am using Responsive Design Lifestyes Ecomm Plus php version. I updated to php version 6.8.1, everything looks fine except Firefox displays unsafe website security alert " connection is not secure" both on the website and the control panel login? www.gemlinx.com
Thank you Saleem
|
dbdave
ECT Moderator
USA
10507 Posts |
Posted - 10/24/2017 : 18:45:05
Is this the icon next to your address in the address bar there? All of the major browsers are starting to alert when you have even the simplest of form input on your website and you are not under SSL. Here is a post with some SSL tips. For about $30/yr an SSL is a good investment when you have an ecommerce store https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=106851 Now, if you are seeing some other warning besides the address bar, let us know where you see that. David ECT Power User 
|
gemodyssey
New Member
57 Posts Pre-sales questions only (More Details...)
|
Posted - 10/24/2017 : 18:59:57
David thank you
|
gemodyssey
New Member
57 Posts Pre-sales questions only (More Details...)
|
Posted - 10/24/2017 : 19:04:46
I am wondering why it stared doing after I updated to v6.8.1, it was fine before?
|
dbdave
ECT Moderator
USA
10507 Posts |
Posted - 10/24/2017 : 22:54:42
It depends on what version you updated from. I think you should have been seeing this on your cart page for some time with firefox. The latest versions of the cart have a hidden form, the client login. It's there, but not shown until someone clicks on it. This is when I began to see all site pages triggering that warning in the browser. David ECT Power User 
|
gemodyssey
New Member
57 Posts Pre-sales questions only (More Details...)
|
Posted - 10/25/2017 : 08:07:50
Thanks David. I will install SSL, it should take care of it.
|
dbdave
ECT Moderator
USA
10507 Posts |
Posted - 10/25/2017 : 08:31:01
Hi Saleem, that will solve the problem and build confidence with your customers. Be sure you set things up on your site to work with the ssl. I think everything you need to know is here - https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=106851 David ECT Power User 
|
gemodyssey
New Member
57 Posts Pre-sales questions only (More Details...)
|
Posted - 11/02/2017 : 20:07:14
Hi David,
I got the SSL installed on my site. The green pad lock is there, but when I click on it, it still says : firefox has blocked parts of this page that are not secure". How would I find out which parts are not secured. https://gemlinx.com/index.php
Thank you Saleem
|
insight
ECT Moderator
USA
4479 Posts |
Posted - 11/02/2017 : 22:01:14
It's this call to jQuery that's your issue: http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js You want to either start that with "https://" , or just "//" if you want to get fancy and you should be good after that  Peter ServeLink Professional ecommerce web hosting for ASP & PHP https://servelink.comTake a look at our image upload/resize tool for the ASP cart https://servelink.com/clients/cart?gid=7
|
gemodyssey
New Member
57 Posts Pre-sales questions only (More Details...)
|
Posted - 11/03/2017 : 10:35:00
Peter, Can you explain little more!
Thank you Saleem
|
Andy
ECT Moderator
95440 Posts |
Posted - 11/03/2017 : 10:39:08
In project.dwt change this line <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> to <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> and then upload all your pages. Andy Please feel free to review / rate our software
|
gemodyssey
New Member
57 Posts Pre-sales questions only (More Details...)
|
Posted - 11/03/2017 : 20:09:41
Andy, It worked. Thank you Saleem
|
|
|