Subdomain SSL (1.90)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Upgraded from v1.20 to 1.90

I have purchased a subdomain SSL that's not shared for https://secure.mydomain.com

I have a problem navigation the site from https to http.

My settings are currently:


<add key="UseSSL" value="true" />
<add key="SharedSSLUrl" value="https://secure.mydomain.com" />
<add key="NonSharedSSLUrl" value="https://secure.mydomain.com" />


When I go to shopping cart, it goes to https://secure.mydomain.com/shoppingcart.aspx.

But then the Homepage logo link is https://secure.mydomain.com. How can I get it to be http://mydomain.com?
13 years ago
If it is a shared ssl, you will have issues with that?  NOPCommerce does not work well with Shared SSL (don't ask me why?) but it works great with a dedicated SSL.

Then, all you have to do is change the "UseSSL" to "true" and the rest can be left blank.

<add key="UseSSL" value="true" />
<add key="SharedSSLUrl" value="" />
<add key="NonSharedSSLUrl" value="" />

I hope that helps you out!
13 years ago
loulou wrote:
If it is a shared ssl, you will have issues with that?  NOPCommerce does not work well with Shared SSL (don't ask me why?) but it works great with a dedicated SSL.

Then, all you have to do is change the "UseSSL" to "true" and the rest can be left blank.

<add key="UseSSL" value="true" />
<add key="SharedSSLUrl" value="" />
<add key="NonSharedSSLUrl" value="" />

I hope that helps you out!


That does not help. It navigates to https://mydomain.com. I need it to be https://secure.mydomain.com.

It's a dedicated SSL but it's using a sub domain. Or does using a subdomain is the same thing as a shared SSL?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.