Group: Forum Members
Last Active: Thu 1 Feb 2018
Posts: 2,
Visits: 5
|
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
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Thu 1 Feb 2018
Posts: 2,
Visits: 5
|
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
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235,
Visits: 750
|
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.
We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either 1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx. 2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx. Have fun and good luck coding.
|