Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-20-2012 16:27:41

Anthonypi
Member
Registered: 12-10-2008
Posts: 57

links not changing to https:// in checkout

All of a sudden we're getting insecure and secure err messages in Chrome and IE , looking at the page all links are still http:// once in checkout, I thought they automatically changed to https: once there, ?
wwwmauicoffeeroasters.com
thanks in advance

Offline

 

#2 06-20-2012 17:30:09

cyberws
Member
From: Atlanta, GA
Registered: 02-05-2004
Posts: 756

Re: links not changing to https:// in checkout

I would recheck your settings in the installer (or if you are comfortable you can look at the config.php directly).  Do make sure nothing has changed.  If nothing has something could be wrong with the SSL certificate set up itself.


Jeremy O

Production CCP .:. Version 6 w/QuickBuy and many in house hacks
Skills: PHP & Perl programming, Solaris & Linux server administration, Oracle OCP training and MySQL experience

Offline

 

#3 06-20-2012 18:01:23

Anthonypi
Member
Registered: 12-10-2008
Posts: 57

Re: links not changing to https:// in checkout

Yeah I checked the config it has the right url for SSL i.e. https... the cert seems to be ok too? weird that this just started while it's been fine for years.. I will check the Cert again just for kicks..

Offline

 

#4 06-21-2012 08:11:04

cyberws
Member
From: Atlanta, GA
Registered: 02-05-2004
Posts: 756

Re: links not changing to https:// in checkout

Well it seems to be working okay for me.  I am using a version of Chrome (Comodo Dragon).


Jeremy O

Production CCP .:. Version 6 w/QuickBuy and many in house hacks
Skills: PHP & Perl programming, Solaris & Linux server administration, Oracle OCP training and MySQL experience

Offline

 

#5 06-21-2012 15:31:20

Anthonypi
Member
Registered: 12-10-2008
Posts: 57

Re: links not changing to https:// in checkout

Chrome version 20 errors still..is there an admin around??

Offline

 

#6 06-21-2012 16:34:47

cyberws
Member
From: Atlanta, GA
Registered: 02-05-2004
Posts: 756

Re: links not changing to https:// in checkout

The problem is some elements aren't be called via SSL.  I would suggest modifying the skin and changing:

/skins/Ecom/css/all.css

to

skins/Ecom/css/all.css

and

/skins/Ecom/scripts/scripts.js

to

skins/Ecom/scripts/scripts.js

Note the first slash has been removed.  That looks like it could be the problem as when I opt not to load insecure items in IE the theme is messed up.


Jeremy O

Production CCP .:. Version 6 w/QuickBuy and many in house hacks
Skills: PHP & Perl programming, Solaris & Linux server administration, Oracle OCP training and MySQL experience

Offline

 

#7 06-21-2012 16:39:38

cyberws
Member
From: Atlanta, GA
Registered: 02-05-2004
Posts: 756

Re: links not changing to https:// in checkout

I will also add /skins/Ecom/scripts/scripts.js leads to a 404 page.  That is really probably your problem.


Jeremy O

Production CCP .:. Version 6 w/QuickBuy and many in house hacks
Skills: PHP & Perl programming, Solaris & Linux server administration, Oracle OCP training and MySQL experience

Offline

 

#8 06-21-2012 17:01:09

Anthonypi
Member
Registered: 12-10-2008
Posts: 57

Re: links not changing to https:// in checkout

Thanks I'll look into that, also I'm seeing that all my main menu links are not changing to https:// I thought that would happen automatically, it used to I think.

Offline

 

#9 06-21-2012 17:08:58

Anthonypi
Member
Registered: 12-10-2008
Posts: 57

Re: links not changing to https:// in checkout

Actually checked another site I have with CCP and the links dont change , but no errors , so maybe it's just the css paths?

Offline

 

#10 06-21-2012 17:17:42

Anthonypi
Member
Registered: 12-10-2008
Posts: 57

Re: links not changing to https:// in checkout

I changed the path to the CSS, removed the broken link to scripts, better , but when i changed the base url to https:// that seemed to fix it. Thanks again!

Offline

 

#11 06-21-2012 17:18:11

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: links not changing to https:// in checkout

Anthonypi wrote:

Thanks I'll look into that, also I'm seeing that all my main menu links are not changing to https:// I thought that would happen automatically, it used to I think.

Links are not supposed to change, only to the secure areas of the cart should there be https links



-James Garrett

Offline

 

#12 06-21-2012 17:22:42

cyberws
Member
From: Atlanta, GA
Registered: 02-05-2004
Posts: 756

Re: links not changing to https:// in checkout

The base href should change on its own.  Did you hard encode that?


Jeremy O

Production CCP .:. Version 6 w/QuickBuy and many in house hacks
Skills: PHP & Perl programming, Solaris & Linux server administration, Oracle OCP training and MySQL experience

Offline

 

#13 06-21-2012 17:45:06

Anthonypi
Member
Registered: 12-10-2008
Posts: 57

Re: links not changing to https:// in checkout

cyberws wrote:

The base href should change on its own.  Did you hard encode that?

Yeah I thought it should, and yeah I did for now till i can figure out why it didn't chang

jj1987 wrote:

Links are not supposed to change, only to the secure areas of the cart should there be https links

Yeah i figured that out, looking at my other site that was working, thanks..

Offline

 

Board footer