Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.2.X, 7.3.X, Master
-
7.2.x
-
Committed
-
4
Description
Steps to reproduce
- Setup Apache Web Server
- With SSL
- Including the following properties:
RequestHeader set X-Forwarded-Proto "https" ProxyPreserveHost on
- Start the apache web server
- Setup Liferay
- Add the following properties to the portal-ext.properties file:
web.server.http.port=80 web.server.https.port=443 web.server.forwarded.protocol.enabled=true
- Add the following properties to the portal-ext.properties file:
- Startup Liferay
- Navigate to your Liferay instance, via https (e.g. https://localhost)
- Configure the settings in Control Panel -> Server Administration -> Mail
- As needed to receive email
- Logout
- Click Sign in > Forget Password
- Reset the password for a user
Expected Result: An https link will be sent within the Password Reset email
Actual Result: An http link is sent within the Password Reset email.
Attachments
Issue Links
- is caused by
-
LPS-100825 Can not navigate to the content via notifications
- Closed
- relates
-
LPS-25392 web.server.https.port is not used when communication between liferay and frontal web server is http
- Closed