How Do I Disable the SSL

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
albatreeq
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Sat Jul 19, 2008 11:14 am

How Do I Disable the SSL

Post by albatreeq » Tue Aug 05, 2008 7:05 am

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. :(

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: How Do I Disable the SSL

Post by mazhar » Tue Aug 05, 2008 12:44 pm

It would be better if you provide your demo site URL here.

albatreeq
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Sat Jul 19, 2008 11:14 am

Re: How Do I Disable the SSL

Post by albatreeq » Wed Sep 10, 2008 10:06 am

The demo site is http://www.itsouq.com

User avatar
Psalty
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 31
Joined: Thu Sep 20, 2007 7:12 am

Re: How Do I Disable the SSL

Post by Psalty » Wed Sep 10, 2008 12:13 pm

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.

Post Reply