Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 07/19/2018 :  05:57:39  
Hi,

What can I do to make my site secure? I have a valid and current SSL certificate that is installed properly (I’ve already checked). However [red]Site Not Secure[/red] still appears in url. I’m sure it’s a setting....somewhere.....

~ Judy

Andy
ECT Moderator

95440 Posts

Posted - 07/19/2018 :  06:02:48  
Hi Judy

Do you mean you want to force people onto https - if so, have a look here https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=106851

Andy

Please feel free to review / rate our software

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 07/19/2018 :  07:13:53  
Judy, Do you have any images or external files using an absolute URL beginning with http://? If so, they would cause the not secure error. To avoid that, the easiest method is change URLs to <a href="/whateverpage.php"> or <img src="/imageurl.jpg"> or what ever the image type is. This could be part of your problem
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800" rel="stylesheet" type="text/css" />
Also, all the links in your footer start with http://.

<edit>If the site is the one in your profile, upon browsing, I noticed pages jump from https:// to http://. Just an FYI.</edit>

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

Edited by - Marshall on 07/19/2018 07:22:04

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 07/19/2018 :  08:16:26  
Thanks guys. I'll take a look at all of it to see what I can change.

~ Judy

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  16:18:46  
Hi Marshall,

Is there an easy way to find all http URLs? I fixed the index page, but how can I easily find out if there are others? Tusks.

~ Judy

V45
Advanced Member

United Kingdom
416 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  17:16:26  
Hi Judy,

On the index.php page the site is showing as insecure. On the index.php page there are the following links to streepwear.com.

https://streepwear.com 1 instance`
http://www.streepwear.com 4 instances
https://www.streepwear.com 15 instances and

http://fonts.googleapis.com 2 instances

Will - Manchester UK

Edited by - V45 on 07/24/2018 17:31:08

Paradise
Ecommerce Template Guru

USA
1602 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  17:26:31  
Find and replace .... find http / replace https

Mark
Responsive Design Deals Ecomm Plus - ASP 6.8
www.paradiseclothingco.com

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  17:33:21  
Thanks guys! I thought I had them all.



~ Judy

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  18:04:55  
Ok, I went through find and replace on every page....but still seeing Website Not Secure. How can this be?

~ Judy

V45
Advanced Member

United Kingdom
416 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  18:17:04  
On the home page these are showing as insecure

href="[red]http://www.streepwear.com[/red]/products.php?cat=Logo+Library">
[red]http://www.streepwear.com[/red]/products.php?cat=Logo+Library">Logo Library

Also on the home page there are these (line numbers are from view source in Chrome68)

Line 23 - href="[Httpss://www.streepwear.com/ectrss.php]"
Line 24 - <link href="Httpss://fonts.googleapis.com
Line 34 - href="Httpss://fonts.googleapis

There are others







Will - Manchester UK

Edited by - V45 on 07/24/2018 18:24:07

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  18:57:46  
I have searched and searched for those two and can’t find them! They definitely are not on index.php...

~ Judy

V45
Advanced Member

United Kingdom
416 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  19:18:18  
Hi Judy

In Chrome view source the two http://www.streepwear.com links are on line 146.

Will - Manchester UK

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  20:19:04  
Thanks for the help. I think i might have found them all. I have another small issue...on to another topic.

~ Judy

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 08/02/2018 :  18:13:00  
Hi,

This is from the “it’s always something” file. Now, when we try to capture funds on an order, we get this error message. [red]error with cURL installation. Protocol httpss not supported or disabled in libcURL.[/red] where would I find this to take out that extra s on httpss?

Thanks.

~ Judy


Edited by - Judytu on 08/02/2018 18:14:08

Paradise
Ecommerce Template Guru

USA
1602 Posts

Pre-sales questions only
(More Details...)

Posted - 08/02/2018 :  21:41:25  
Do you know which payment processor is giving the error? I would check there first.

Mark
Responsive Design Deals Ecomm Plus - ASP 6.8
www.paradiseclothingco.com

Vince
Administrator

42855 Posts

Posted - 08/03/2018 :  01:44:14  
quote:
Ok, I went through find and replace on every page....but still seeing Website Not Secure. How can this be?
Is it possible, Judy, that you have replaced all instances of HTTPS:// with HTPSS:// ? If that's the case, have you got a backup? For the cart scripts installing the latest version would overwrite any modifications.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 08/03/2018 :  05:14:35  
Hi Vince,

I’ve seen the https instances, so I know that I have those right. I just don’t know where to go look for this page on the admin side.


~ Judy

Vince
Administrator

42855 Posts

Posted - 08/03/2018 :  06:07:20  
Hi Judy
It seems that after you did the search and replace, V45 posted about...
quote:
Also on the home page there are these (line numbers are from view source in Chrome68)

Line 23 - href="[Httpss://www.streepwear.com/ectrss.php]"
Line 24 - <link href="Httpss://fonts.googleapis.com
Line 34 - href="Httpss://fonts.googleapis
Normally in the cart there are no instances of HTTPSS and I really think it is something you have introduced. If you don't have a backup, Mark was asking which payment provider you were using which may make it easier to track down the specific instance that is causing the error.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

dbdave
ECT Moderator

USA
10456 Posts

Posted - 08/03/2018 :  06:11:58  
Judy, you might also use the same procedure and find httpss and replace with https

Judytu
Ecommerce Template Guru

USA
2483 Posts

Pre-sales questions only
(More Details...)

Posted - 08/03/2018 :  08:03:54  
I have used search for httpss AND by date, I’ve been able to view all pages where I added https. I use Authorize.Net. Do you know where would I find libcURL?

~ Judy

Vince
Administrator

42855 Posts

Posted - 08/03/2018 :  09:20:45  
Hi Judy
Sure, libCurl is in the incfunctions.php script. But the URL is passed to libCurl from the script that is calling it, and that would be the ones where you made the changes.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000