I broke my nop commerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I dont know what I was thinking, I enabled use ssl in the global config.

Now i cant change it back and cant log in.

Any ideas.

The site still works but whenever I try to log in or to to my account i get an error and forces me to https instead of http.
13 years ago
grpace wrote:
I dont know what I was thinking, I enabled use ssl in the global config.

Now i cant change it back and cant log in.

Any ideas.

The site still works but whenever I try to log in or to to my account i get an error and forces me to https instead of http.


Hi,

First you need to set this
find the lines in  web.config file of your nopsolution
lines are like these...
probably line no=67..
----------------------------------------------------------
<appSettings>
    <add key="UseSSL" value="false" />
       .................
         ...................
</appSettings>
------------------------------------------------------------------------
make sure UseSSL  value="false"


SSL is used for SecureDataTransfer i.e for online shopping...
if you enabled that you will automatically redirect to HTTPS(hypertext transfer protocol secure)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.