Kartris issues with SSL


https://forum.kartris.com/Topic6997.aspx
Print Topic | Close Window

By godavila - Thu 1 Feb 2018
Hi There,


I have two questions with regards to SSL not working correctly on our kartris website.



1) We have put the ssl certificate on the website but it will only show the secure padlock sign when our customers login only and not before is there a way for it to show the padlock symbol pre customer login?



2) We have now taken it off the website as it was causing problems with our calculators for working out prices on various products, what it was doing was freezing the price so any other changes to say quantity or cover weight was not making and changes to the total price.



Any help would be greatly appreciated, please ask any questions if it will help.



Kind Regards
Giovanni Avila
By Paul - Thu 1 Feb 2018
See this link

https://kartris.tome.host/tc/9814

I think you need to find this config setting and set to 'a' for always on SSL.

A the calculators javascript (client side) or .NET (server side)? If SSL affects them it's likely they are javascript. Most likely if you view the web console in your browser, there will be some kind of javascript error.
By godavila - Thu 1 Feb 2018
Hi There,



Thanks for the quick response,



When i look at the general.security.ssl config settings i see only 3 options



Name: general.security.ssl
Default value - only options here are Y/N
Description: Activate SSL (https) for login pages, checkout, logged in sessions and back end

Where would i add the value " a " as it only has the options y/n?



The calculators are custom developed in Visual basic and are hosted on the server side.

Example calculator below.

http://www.printdomain.ltd/PRINTING/DIGITAL-PRINTING-short-run/Books--Magazines/Booklet-Printing__p-36-22-21-18.aspx




Kind Regards
Giovanni Avila
By Paul - Fri 2 Feb 2018
Strange, it looks like a recent Kartris, I double checked the maindata setup script in the repo, it shows four options:

INSERT [dbo].[tblKartrisConfig] ([CFG_Name], [CFG_Value], [CFG_DataType], [CFG_DisplayType], [CFG_DisplayInfo], [CFG_Description], [CFG_VersionAdded], [CFG_DefaultValue], [CFG_Important]) VALUES (N'general.security.ssl', N'n', N's', N'b', N'y|n|a|e', N'y = SSL on for essential pages, n = SSL off, a = SSL always on for all pages, e = external SSL (such as Cloudflare)', 1, N'n', 0)


Did you upgrade this site from an older version? There were originally only two options, but quite a long time ago. And pretty sure the upgrade scripts also upgrade this setting to add the extra version.
By Tiggywiggler - Wed 28 Feb 2018
Hello sir,

Did you ever answer the question asking if this was upgraded from a previous version of Kartris please?

It could be that you have upgraded the modules but not correctly run the SQL Server upgrade scripts so that you are missing the latest modules.