Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-19835

REST interface doesn't recognize SSL properly

    XMLWordPrintable

Details

    Description

      The processEncryption() function, located under kernel/private/rest/classes/request/http_parser.php, is not recognizing SSL properly. The following line

      if ( !empty( $_SERVER['HTTPS'] ) )
      

      ...should be changed to:

      if ( eZSys::isSSLNow() )
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            nuno.oliveira-obsolete@ez.no Nuno Oliveira (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 day, 3 hours, 15 minutes
                1d 3h 15m