Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / how to configure install Authorize.net (AIM)?

how to configure install Authorize.net (AIM)?

Views: 826

Results 1 to 4 of 4
13 Jan 2015, 3:55 AM
#1
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

how to configure install Authorize.net (AIM)?

I just purchased a SSL with dedicated IP address for my site. And I already changed define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');
define('ENABLE_SSL', 'true');

And I want to install Authorize.net (AIM).

why it is still says "For security reasons, Installation of this module is disabled until your Admin is configured for SSL"?

13 Jan 2015, 4:03 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: how to configure install Authorize.net (AIM)?

For your admin configure.php, simply make this one additional change:
define('HTTP_SERVER', 'https://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');

13 Jan 2015, 4:47 PM
#3
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

Re: how to configure install Authorize.net (AIM)?

Thanks!

After I configure the AIM mode, can I stay in define('HTTP_SERVER', 'https://www.YOUR_SHOP.com') or do I need to switch it back to "define('HTTP_SERVER', 'http://www.YOUR_SHOP.com')"?

13 Jan 2015, 5:39 PM
#4
drbyte avatar

drbyte

Sensei

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

Re: how to configure install Authorize.net (AIM)?

Yes, keep it as https.