Problem with SSL

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
If you are using nginx, it should be set like this:

appsettings.json -> HostingConfig ->
"UseProxy": true,
"ForwardedProtoHeaderName": null

This is very important to set it to null. For some reason it is empty string by default.
Setting it to null will default to 'X-Forwarded-Proto'.

After that you need to: `update nopkms.store set sslenabled = true`
1 year ago
https://www.nopcommerce.com/en/boards/topic/94036/ssl-enabled-causes-infinite-301/page/2#299368

I found this thread useful to resolve mixed http/https content issue on Linux/Nginx host.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.