Ssl Dont Work

i ll try it. thank you. i will let you know if i am succesful.

[quote name=‘silverbestbuy’]how can i do that on a dedicated server? i am on a GoDady Dedicated Server[/QUOTE]



Dedicated or not, do you have access to the files? Cpanel is a huge help when managing your files if it’s available.

yes i do have.

i was saying about the dedicated server because it says under:



[url]CS-Cart Documentation — CS-Cart 4.15.x documentation





NOTE: If your hosting provider is Godaddy enter the following parameters:

Proxy host - 64.202.165.130

Proxy port - 3128

Proxy user - leave blank

Proxy password - leave blank



what is that proxy server settings for?

That only deals with real time shipping and payment methods.

[quote name=‘silverbestbuy’]yes i do have.

i was saying about the dedicated server because it says under:



[url]CS-Cart Documentation — CS-Cart 4.15.x documentation





NOTE: If your hosting provider is Godaddy enter the following parameters:

Proxy host - 64.202.165.130

Proxy port - 3128

Proxy user - leave blank

Proxy password - leave blank



what is that proxy server settings for?[/QUOTE]



What is OS and software you use on dedicated ?

i have plesk control panel.



Operating system: Linux 2.6.26.8-57.fc8

Plesk Control Panel version: psa v8.6.0_build86080930.03 os_FedoraCore 8



it used to work perfect with 1.3.5 sp4 i have deleted everything today, made a totaly new fresh install and still no luck.

[quote name=‘Tool Outfitters’]Dedicated or not, do you have access to the files? Cpanel is a huge help when managing your files if it’s available.[/QUOTE]





now i found this: [url]CS-Cart Documentation — CS-Cart 4.15.x documentation



if your server is Unix-based and the secure directory is on the same server as the public_html one, it is required to create a symbolic link to the public html directory in the secure one. This will allow to have one CS-Cart installation on your server.



How do i link? what???

when i check our certicate at: [url]http://www.digicert.com/help/[/url]

it looks fine. So its not my server definatelly. damn i am going to die here.

PROBLEM SOLVED! prepare.php



insert :



} elseif ($_SERVER[‘SERVER_PORT’]==‘443’) {

define(‘HTTPS’, true);



after:



if (isset($_SERVER[‘HTTPS’]) && ($_SERVER[‘HTTPS’] == ‘on’ || $_SERVER[‘HTTPS’] == ‘1’)) {

define(‘HTTPS’, true);

I’d never of thought that.



Don’t you just love the countless wasted hours?:rolleyes:

[quote name=‘silverbestbuy’]PROBLEM SOLVED! prepare.php



insert :



} elseif ($_SERVER[‘SERVER_PORT’]==‘443’) {

define(‘HTTPS’, true);



after:



if (isset($_SERVER[‘HTTPS’]) && ($_SERVER[‘HTTPS’] == ‘on’ || $_SERVER[‘HTTPS’] == ‘1’)) {

define(‘HTTPS’, true);[/QUOTE]





Your web does not load :slight_smile:

yes wasted so many hours for nothing. but again thanks tool.

yes the site was offline, because of server control panel update.

[quote name=‘silverbestbuy’]yes wasted so many hours for nothing. but again thanks tool.

yes the site was offline, because of server control panel update.[/QUOTE]



So do you still have



} elseif ($_SERVER[‘SERVER_PORT’]==‘443’) {

define(‘HTTPS’, true);



What does it do ?



I hate how cs2 works with ssl. My site ranks were gone from search results…

it opens your port 443 which is used for SSL.(i just found out)

[quote name=‘silverbestbuy’]it opens your port 443 which is used for SSL.(i just found out)[/QUOTE]



443 is ssl port. But why you need this additional code? Mine 2.06 does this without additional code

[quote name=‘Darius’]443 is ssl port. But why you need this additional code? Mine 2.06 does this without additional code[/QUOTE]



Host related.

[quote name=‘Tool Outfitters’]Host related.[/quote]



GoDaddy Related…:rolleyes:

well i have no idea. host or cs cart. i think both. cscart at the end put the code on the knowledge base so they knew there was a problem with some servers. so we call it server problem or cscart coding problem? if your server had the same settings then for you (most of all) woould have been the cscart problem?