Page 1 of 1
How Do I Disable the SSL
Posted: Tue Aug 05, 2008 7:05 am
by albatreeq
I enabled the SSL on my demo site and it said SSL is enabled. But why i try to log in to the admin page, i am getting "resource cannot be found error". How do i disable the SSL. Also enlighten me as to why i am not able to log in.

Re: How Do I Disable the SSL
Posted: Tue Aug 05, 2008 12:44 pm
by mazhar
It would be better if you provide your demo site URL here.
Re: How Do I Disable the SSL
Posted: Wed Sep 10, 2008 10:06 am
by albatreeq
Re: How Do I Disable the SSL
Posted: Wed Sep 10, 2008 12:13 pm
by Psalty
If you have access to the database you could try running this query:
UPDATE ac_StoreSettings
SET FieldValue = 'False'
WHERE FieldName = 'SSLEnabled'
I haven't had to run this script so no guarantees but it looks like it should do the job.
Also, the reason you can't login is probably because you do not have an SSL certificate installed.