I Am Using The Cscart Mmultivendor 4.3 Version. The Server Used Is An Aws Ec2 Ubuntu Server.the Syatem Was Working Fine. Recently I Installed An Ssl C

I am using the cscart mmultivendor 4.3 version. The server used is an AWS EC2 Ubuntu server.The syatem was working fine.
Recently i installed an ssl certificate provided by aws certificate manager using aws load balancers.
Once the ssl was c7successfully installed i ama iunable to access admin.php/vendor.php. I get re-routed to index.php
Kindly suggest any solution or pointers for this issue?

Think you'll have to contact AWS about that one. I'm guessing the certificate is not correctly installed or there is a cached version at one of your nodes.

Think you'll have to contact AWS about that one. I'm guessing the certificate is not correctly installed or there is a cached version at one of your nodes.

What is the significance of the ssl settings in cscart? Once i enabled the ssl from aws. I am unable to determine if the cscart settings is causing an issue. I was unable to turn on the settings before the ssl was installed. Now that the ssl is installed. an we assume that it is not a cscart issue?

What is the significance of the ssl settings in cscart? Once i enabled the ssl from aws. I am unable to determine if the cscart settings is causing an issue. I was unable to turn on the settings before the ssl was installed. Now that the ssl is installed. an we assume that it is not a cscart issue?

they are simply checks for SSL being set $_SERVER['HTTPS'] == true and if not, then redirecting to the https protocol.

Example:

You have your site setup for full https (everything https).

User goes to http://example.com

Cs-cart detects that HTTPS is not true and redirects to https://example.com

So it really has nothing to do with the certificate at all. It simply determines whether the certificate is active and whether the request matches the settings.