Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-9836

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

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8.1
    • 1.6.6, 1.7.3, 1.8.2, 1.9
    • Enrolments
    • None
    • MySQL
    • MOODLE_18_STABLE
    • MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE

    Description

      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:

      Attachments

        Activity

          People

            skodak Petr Skoda
            mikelieman Mike Lieman
            Nobody Nobody
            David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              8/Jul/07