Subdomain SSL (1.90)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anos atrás
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 anos atrás
Please help, this is affecting out sales. Our users are getting the nasty screen right now because I cannot enable SSL because it's causing infinite loops.

Mike
13 anos atrás
I'm pretty sure you will need to leave the sharedssl setting blank

<add key="UseSSL" value="true" />
<add key="SharedSSLUrl" value="" />
<add key="NonSharedSSLUrl" value="https://secure.mydomain.com" />
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.