Issue Details (XML | Word | Printable)

Key: MDL-9836
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Petr Skoda
Reporter: Mike Lieman
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Authorize.net / SSL Config Bug prevents display of options from enrol/authorize/enrol.php

Created: 17/May/07 03:51 PM   Updated: 16/Jun/07 02:17 AM
Component/s: Enrolments
Affects Version/s: 1.8.1
Fix Version/s: 1.6.6, 1.7.3, 1.8.2, 1.9

Environment:
FC6/Apache 2.2.3

unicode is required to be installed/enabled. OK
database mysql version 4.1.16 is required and you are running 5.0.27 OK
php version 4.3.0 is required and you are running 5.1.6 OK
php_extension iconv is recommended to be installed/enabled OK
php_extension mbstring is recommended to be installed/enabled OK
php_extension curl is recommended to be installed/enabled OK
php_extension openssl is recommended to be installed/enabled OK
php_extension tokenizer is recommended to be installed/enabled OK

Database: MySQL
Participants: Ethem Evlice, Mike Lieman and Petr Skoda
Security Level: None
Resolved date: 16/Jun/07
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE


 Description  « Hide
Selecting "Settings" on Authorize.Net on admin/enrol.php brings up a page describing Authorize Net settings, then a link "Go to the secure page to configure this plugin."

Clicking it, and/or using a https URL does NOT get access to the settings, but instead LOOPS right back to the same page.

looks like the evaluation of:

 elseif (empty($_SERVER['HTTPS']) || $_SERVER['HTTPS'] == 'off') {

is returning with "empty", when the Location Bar displays a URL leading w/ https:

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Ethem Evlice added a comment - 16/Jun/07 02:09 AM - edited
Hi Petr,

Please review fixes.