SSL implementation using "AWS Certificate Manager"

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi Team,

We have implemented SSL on one of our nopcommerce site (Version 3.5) by using "AWS Certificate Manager" feature. While we browse the site with https its running fine but we are unable to redirect the site forcefully to https.

When we implment the SSL on IIS level, its running fine and here we are able to redirect the site forcefully on https.

Could you please check the issue or is there any compatibility issue with AWS Certificate Manager.

Thanks
7 years ago
Maybe Amazon uses "HTTP_CLUSTER_HTTPS" or "HTTP_X_FORWARDED_PROTO" variables (not sure about that)? The latest versions of nopCommerce support them (3.50 doesn't). Please have a look how we implemented them there - "IsCurrentConnectionSecured" method of \Libraries\Nop.Core\WebHelper.cs
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.