Zen Cart Logo
Forums / Upgrading to 1.5.x / Editing module disabled until Admin is configured for SSL

Editing module disabled until Admin is configured for SSL

Locked

Views: 5,279

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
21 Jan 2012, 1:40 AM
#1
boggl avatar

boggl

New Zenner

Join Date:
Jan 2005
Posts:
10
Plugin Contributions:
0

Editing module disabled until Admin is configured for SSL

ALERT: For security reasons, Editing of this module is disabled until your Admin is configured for SSL.

My configure.php is configured to use SSL for store and admin, and both are set to true. I can't edit my payment modules due to this error.
Any ideas how to fix this?
I tried with both old and new configs, same issue.

21 Jan 2012, 2:02 AM
#2
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: Editing module disabled until Admin is configured for SSL

Do you have an SSL certificate installed?

21 Jan 2012, 2:08 AM
#3
boggl avatar

boggl

New Zenner

Join Date:
Jan 2005
Posts:
10
Plugin Contributions:
0

Re: Editing module disabled until Admin is configured for SSL

Yes, the SSL is functioning fine :) I can access by https both store and admin without errors, and showing secure. However, even in admin in https: It tells me I need to configure before editing the authorize.net module.
I also have the configure both chmodded correctly

21 Jan 2012, 2:11 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Editing module disabled until Admin is configured for SSL

For your admin to be fully served by SSL, you need to set your HTTP_SERVER define to a https:// URL. Yes, an https URL in the http_server setting.

21 Jan 2012, 2:21 AM
#5
boggl avatar

boggl

New Zenner

Join Date:
Jan 2005
Posts:
10
Plugin Contributions:
0

Re: Editing module disabled until Admin is configured for SSL

That is also already done, to no effect. That's why I am stumped. I've upgraded 7 other stores, and this issue only occured on this one.

21 Jan 2012, 2:24 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Editing module disabled until Admin is configured for SSL

Sounds like the file is read-only on the server and your edits aren't successfully uploading when you're changing them.

21 Jan 2012, 2:27 AM
#7
boggl avatar

boggl

New Zenner

Join Date:
Jan 2005
Posts:
10
Plugin Contributions:
0

Re: Editing module disabled until Admin is configured for SSL

Interesting. I removed the authorize.net module, then reinstalled, and it's back to working correctly. Thank you all for your suggestions.

14 Feb 2012, 4:55 PM
#8
wvasconcelos avatar

wvasconcelos

New Zenner

Join Date:
Jan 2008
Location:
San Diego, CA - USA
Posts:
11
Plugin Contributions:
12

Re: Editing module disabled until Admin is configured for SSL

That fixed my problem. Thanks DrByte!

28 Feb 2012, 7:30 PM
#9
crystaldi avatar

crystaldi

New Zenner

Join Date:
Feb 2012
Posts:
2
Plugin Contributions:
0

Re: Editing module disabled until Admin is configured for SSL

Hello I have followed this thread and have done everything. I am familiar with ZC for many years. For this hosting account under http://www.colortanktops.com/index02.php, the SSL was installed and working.

The files have been updated the SSL enable is at "TRUE".
I am using using: v1.5.0.

However, I still see the message: ALERT: For security reasons, Installation of this module is disabled until your Admin is configured for SSL.

I have cleared the cache so many times I cannot count that high.
Any help would be greatly appreciated.

28 Feb 2012, 7:42 PM
#10
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Editing module disabled until Admin is configured for SSL

In your /admin/includes/configure.php file, change your HTTP_SERVER setting to have an https address in it. Ideally you should be able to copy it from the HTTPS_SERVER setting.

29 Feb 2012, 8:23 PM
#11
crystaldi avatar

crystaldi

New Zenner

Join Date:
Feb 2012
Posts:
2
Plugin Contributions:
0

Re: Editing module disabled until Admin is configured for SSL

That worked perfectly. Wow...thanks!