Actions
Task #8109
closedProvide a smartgears configuration that permits http -> https redirection while smartgears publish itself on the http port
Status:
Closed
Priority:
Normal
Assignee:
Category:
System Application
Target version:
Start date:
Apr 12, 2017
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production, Production
Description
To overcome a missing functionality while still providing a full https experience, the ansible configuration must support the following configuration:
- smartgears pulishes itself on port 80 and http protocol
- nginx is configured to redirect the http requests over https
Updated by Andrea Dell'Amico about 8 years ago
- Status changed from New to In Progress
Updated by Andrea Dell'Amico about 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Done. Now when the http_redirect_to_https
variable is set to True
, the container.xml configuration and the scopes token will be configured to use the http port (80) while the nginx virtualhost will redirect the http requests to https.
If this works correctly could be the new default.
Actions