Adding SSL Cert

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
I've purchased an SSL cert from Godaddy from my domain and it is installed on my server.  Under my admin panel, I can go to General Settings > Security and I see an encryption key only.  Where exactly would I "install" or otherwise enable my purchased SSL cert for nopcommerce?  Thanks  : )
14 years ago
In that same tab there should be a checkbox called Enable SSL.  Ensure it is checked (providing you have purchased a dedicated, not shared SSL certificate).

What version of nopCommerce?
14 years ago
Thanks for your reply.  I'm using version 1.40 and don't see that check box.  Under Configuration > Global Settings > Security I have the following options:

- Encryption private key (form input)
- Login captcha image enabled (checkbox)
- Registration captcha image enabled (checkbox)

Nothing else... Any thoughts?
14 years ago
in 1.4 I think enable SSL has been moved to the web.config
14 years ago
It is in the webconfig

I am having some odd issues I was working fine no SSL login and SSL for checkout then it suddenly started SSL for everythign and there is no way to get it on some and not all 1.4 version
14 years ago
Same issue here, I'm looking in "web.config" and I'm only seeing a mention of SSL near the google stuff as follows:

  <appSettings>
    <add key="UseSSL" value="true" />
    <add key="SharedSSL" value="" />
    <add key="GoogleMerchantID" value="--" />
    <add key="GoogleMerchantKey" value="--" />
    <add key="GoogleEnvironment" value="Production" />
    <add key="GoogleAuthenticateCallback" value="False" />
    <add key="FCKeditor:BasePath" value="~/editors/fckeditor/" />
    <add key="FCKeditor:UserFilesPath" value="~/images/" />
  </appSettings>


Thoughts?
14 years ago
please see this : https://www.nopcommerce.com/Boards/Topic.aspx?TopicID=2972

Hope it helps...
14 years ago
Thanks! Customer Support @ my hosting provider finished installing the cert. as I was typing, as such it began posting through HTTPS on the checkout!

I do like the fact that some SSL websites trigger the browser to show the certificate notification in the address bar for longer though (like the entire time your on the site) rather than just a flash.

Let me know if that makes sense! Otherwise good luck! Hopefully my Google Checkout will start posting through now.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.