? ? Failure

User tests: Successful: Unsuccessful:

avatar nuncanada
nuncanada
20 Apr 2017

Pull Request for Issue # .

Summary of Changes

Changed tests wether to create HTTPS links to also include a check for the header HTTP_X_FORWARDED_PROTO.

Testing Instructions

Configure your server to add a header HTTP_X_FORWARDED_PROTO "https"
With nginx:
proxy_set_header X-Forwarded-Proto $thescheme;

Expected result

Links created by joomla should use the HTTPS protocol

Actual result

They are created using HTTP protocol, because that is the protocol used by the Reverse Proxy to access the Joomla machine.

Documentation Changes Required

avatar nuncanada nuncanada - open - 20 Apr 2017
avatar nuncanada nuncanada - change - 20 Apr 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 20 Apr 2017
Category Libraries External Library
avatar zero-24
zero-24 - comment - 20 Apr 2017

Hi,

please revert the change in the vendor folder and contribute that to the upstream framework repo: https://github.com/joomla-framework/application

Please also take a look into the conflicts with your branche. This is not testable nor mergable in this state :) let me know if you need any kind of help with that.

avatar zero-24
zero-24 - comment - 21 Apr 2017

@nuncanada do you want to implement the requested changes? Or should we take care of the needed changes?

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 19 Jul 2019

@zero-24 due the lack of response it is "we take care of the needed change".

avatar brianteeman
brianteeman - comment - 4 Apr 2020

As far as I can tell this has already been fixed. @HLeithner if you could check and then if I was right close this it would be great

avatar HLeithner
HLeithner - comment - 9 Apr 2020

Thanks @brianteeman this is already fixed but only partly. I created a new pr #28618 to fix the rest

avatar HLeithner HLeithner - change - 9 Apr 2020
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2020-04-09 12:33:16
Closed_By HLeithner
avatar HLeithner HLeithner - close - 9 Apr 2020
avatar joomla-cms-bot joomla-cms-bot - change - 9 Apr 2020
Category Libraries External Library Libraries External Library Composer Change

Add a Comment

Login with GitHub to post a comment