Task #2659
Forward http requests to https on CN
Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_cn_service
Target version:
Start date:
2012-04-27
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
Since no services are responding to http:
Provide a mod rewrite to forward http requests against CN services to https. If not able to redirect, provide landing page and redirect from there.
History
#1 Updated by Skye Roseboom over 12 years ago
- Subject changed from Forward http requests to http on CN to Forward http requests to https on CN
#2 Updated by Skye Roseboom over 12 years ago
- Status changed from New to In Progress
#3 Updated by Skye Roseboom over 12 years ago
- Status changed from In Progress to Closed
updated cn-ssl file in dataone-cn-os-core buildout project to add the following virtual host block to effect http to https redirect:
DocumentRoot /var/www
ServerName SERVER_NAME
Redirect permanent / https://SERVER_NAME/
SERVER_NAME is substituted per environment context in postinst script - not new functionality, re-using existing substitution.