Major Shared SSL Issues

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 yıl önce
Hi, I'm having issues with implementing Shared SSL in nopCommerce v 1.7.

My host is Appliedi, and they gave me a Shared SSL url of:

https://securesite18.appliedi.net/ltcconsultants-com

In web.config, I have:

<add key="UseSSL" value="true"/>
<add key="SharedSSL" value="https://securesite18.appliedi.net/ltcconsultants-com"/>

nopCommerce is installed in /onlinestore/, so browsing to
https://securesite18.appliedi.net/ltcconsultants-com/onlinestore/login.aspx brings up the store login page. However, I am running into two major issues. The first issue is I receive an intermittent Server Error when I attempt to login:

Server Error in '/ltcconsultants-com/onlinestore' Application.
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

This does not always happen, as sometimes the login is successful, but I am also having issues with incorrect links throughout the site. For instance, browsing to https://securesite18.appliedi.net/ltcconsultants-com/onlinestore/login.aspx , the Category links on the left side are addiing an extraneous "/onlinestore/" to the links, for example https://securesite18.appliedi.net/ltcconsultants-com/onlinestore/onlinestore/category/7-agent-training.aspx

Also, if a login attempt is successful (instead of getting the Server Error), when it returns to the Welcome page, all the links in the Featured Items section are broken and all the thumbnail images are broken.

All of these issues resolve when I disable SSL in web.config.

I have been working with Appliedi techs for over 3 days now and they can't seem to figure this out, so hopefully you guys know what to do!

Thanks
13 yıl önce
Appliedi was finally able to resolve the Server Error issue, but the links are still messed up. Any suggestions?

Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.