SSL issues and questions with nopCommerce 2.3 (urgent!)

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

I'm totally new to SSL and could someone with experience help me out please.  I just had our web host installed SSL for our site However, in Google Chrome, the https part is crossed out in red.

So I followed the link to find what that means on the google support page at https://support.google.com/chrome/bin/answer.py?hl=en&answer=95617

It says the following "The site uses SSL, but Google Chrome has detected either high-risk insecure content on the page or problems with the site’s certificate. Don’t enter sensitive information on this page. Invalid certificate or other serious https issues could indicate that someone is attempting to tamper with your connection to the site."

My web host said they installed it correctly and I need to contact the software vendor.  In my web.config, I set the values up like the following.  And, I really don't know what values I should put with the SharedSSLUrl and NonSharedSSLUrl?  Could this be the cause?


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


I would really appreciate any help on this as we need to resolve this issue ASAP. Thanks!
Ray.
12 years ago
An update, I found a Stackoverflow question that says you simply need to clear out the Chrome browser data for the ssl to work again in chrome.

So, my quesiton right now still is do I need any particular value for SharedSSLUrl and NonShareSSLUrl?

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