Project

General

Profile

Task #2659

Forward http requests to https on CN

Added by Skye Roseboom about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_cn_service
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 about 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 about 12 years ago

  • Status changed from New to In Progress

#3 Updated by Skye Roseboom about 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.

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 14.8 MB)