SSL Install Issue

Hi,

I also facing the same problem, is the solution that CS-Cart give you already solve your problem?

FYI, I using digicerts ssl

Thanks

Thanks for this info, I was having a similar issue.

thanks mhulbrock work perfect! :mrgreen:

The action.php did the trick as far as being able to enable https again but now I'm getting 404 error again…back to the drawing board.

Okay I figured out the 404 error; at least my host who said that he had to 'rebuild Apache' which cleared the 404.

[quote name='CS-Cart Support team' timestamp='1305187805' post='112079']

Hello Triplex,



It is not a bug.



The problem is caused by the specific server settings.



Sometimes the HTTPS request checking cannot be done. So the solution is to remove this checking. But it is not for all servers. Most of the servers work properly.



Thank you.





Mikhail Ponomarev

CS-Cart Support team

[/quote]



I suspect it IS a bug. In the function you suggest to edit the code check that the response to the https test is 'ok' but the actual contenet of the page is:

```php

OK


```



Therefore, changing the code as follows solves the problem:



Instead of:



if (empty($content[1]) || $content[1] != 'ok') {




Replace with:


```php

$ok_response = '

OK

';
if (empty($content[1]) || $content[1] != $ok_response) {
```

Hello i have a similar problem i installed the https everything is ok wherever i go i am seeing the https in my url but in one specific payment method, windbank Pireus, in the settings it sees the correct ip but all the URLS are http. Also when i am going to checkout and select this payment method it shows me invalid ip error. The bank told me that it shows the previous ip and not the new dedicated ip after installing the SSL. I have checked the ip when i am putting it it shows the my website also checked it with the server and said that everything is ok. I can't find any solution here and the payments doesn't proceed.Can anyone help with this?